Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 21, 2024
1 parent eaa6260 commit ba6c8ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.6.2 / 2024-11-21
==================

* feat: handle graceful shutdown (#64)
* fix: expose cleanup errors (#62)
* feat: add option to ignore missing deployment (#33)
* fix(cleanup): inactivate all deployment related to PR environment
* chore: lots of nix and go module updates

0.6.1 / 2022-06-28
==================

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git commit checked out.
## Usage

`$ ./github-deploy --help`

```
NAME:
github-deploy - A CLI that integrates deployments with github
Expand All @@ -26,7 +27,7 @@ USAGE:
github-deploy [global options] command [command options] [arguments...]
VERSION:
0.6.1
0.6.2
AUTHOR:
zimbatm <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package main

const (
Name string = "github-deploy"
Version string = "0.6.1"
Version string = "0.6.2"
)

0 comments on commit ba6c8ac

Please sign in to comment.