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

Commit

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


<a name="0.5.3"></a>
## [0.5.3] - 2020-06-21
### Chore
- **bazel:** bump to version 3.3.0
- **deps:** update go modules in Bazel
- **deps:** update module aws/aws-sdk-go to v1.32.6
- **deps:** update l.gcr.io/google/bazel docker tag to v3.3.0
- **pre-commit:** add go mod tidy to update_deps
- **release:** version 0.5.3

### Rollback
- name-tag target type change
Expand Down Expand Up @@ -175,7 +179,8 @@
<a name="0.0.1"></a>
## 0.0.1 - 2019-03-18

[Unreleased]: https://github.com/danmx/sigil/compare/0.5.2...HEAD
[Unreleased]: https://github.com/danmx/sigil/compare/0.5.3...HEAD
[0.5.3]: https://github.com/danmx/sigil/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/danmx/sigil/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/danmx/sigil/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/danmx/sigil/compare/0.4.1...0.5.0
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.2}"
appVersion="${VERSION:-0.5.3}"
gitCommit="${GIT_COMMIT:-$(git rev-parse HEAD)}"
gitBranch="${GIT_BRANCH:-$(git rev-parse --abbrev-ref HEAD)}"

Expand Down

0 comments on commit 9b3fb20

Please sign in to comment.