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.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: danmx <[email protected]>
  • Loading branch information
danmx committed Aug 27, 2020
1 parent cfc7ce2 commit 3554f42
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="0.7.0"></a>
## [0.7.0] - 2020-08-27
### Chore
- **release:** version 0.7.0

### Feat
- **cmd:** moving target to arg instead of separate flag

Expand Down Expand Up @@ -220,7 +226,8 @@
<a name="0.0.1"></a>
## 0.0.1 - 2019-03-18

[Unreleased]: https://github.com/danmx/sigil/compare/0.6.1...HEAD
[Unreleased]: https://github.com/danmx/sigil/compare/0.7.0...HEAD
[0.7.0]: https://github.com/danmx/sigil/compare/0.6.1...0.7.0
[0.6.1]: https://github.com/danmx/sigil/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/danmx/sigil/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/danmx/sigil/compare/0.5.2...0.5.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.6
docker pull danmx/sigil:0.7
```

## Examples
Expand All @@ -63,7 +63,7 @@ docker pull danmx/sigil:0.6
Docker:

```shell
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.6 list --output-format wide
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.7 list --output-format wide
```

Binary:
Expand Down
2 changes: 1 addition & 1 deletion docs/00-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.6
docker pull danmx/sigil:0.7
```

### Source code
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.6.1}"
appVersion="${VERSION:-0.7.0}"
gitCommit="${GIT_COMMIT:-$(git rev-parse HEAD)}"
gitBranch="${GIT_BRANCH:-$(git rev-parse --abbrev-ref HEAD)}"

Expand Down

0 comments on commit 3554f42

Please sign in to comment.