Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: danmx <[email protected]>
  • Loading branch information
danmx committed Jun 5, 2020
1 parent f4343c5 commit fedf882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
<a name="unreleased"></a>
## [Unreleased]

### Chore
- **deps:** update module stretchr/testify to v1.6.1

### Fix
- **ssh:** error handling

### Update
- **bazel:** to version 3.2.0
- **deps:** Go dependecies in bazel


<a name="0.5.2"></a>
## [0.5.2] - 2020-06-06
Expand All @@ -20,11 +10,12 @@
- **deps:** bump github.com/stretchr/testify from 1.5.1 to 1.6.0

### Chore
- **deps:** add renovate.json
- **deps:** update module stretchr/testify to v1.6.1
- **deps:** update dependency io_bazel_rules_go to v0.23.3
- **deps:** update dependency io_bazel_rules_docker to v0.14.3
- **deps:** update dependency bazel_gazelle to v0.21.1
- **deps:** update golang.org/x/crypto commit hash to 70a84ac
- **deps:** add renovate.json
- **release:** 0.5.2

### Fix
Expand Down
2 changes: 1 addition & 1 deletion tools/get_workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

appName="sigil"
appVersion="${VERSION:-0.5.1}"
appVersion="${VERSION:-0.5.2}"
gitCommit="${GIT_COMMIT:-$(git rev-parse HEAD)}"
gitBranch="${GIT_BRANCH:-$(git rev-parse --abbrev-ref HEAD)}"

Expand Down

0 comments on commit fedf882

Please sign in to comment.