Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Apr 20, 2021
1 parent d734d85 commit d43adce
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 54 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Here is a first release for key functionality.

## News

### v0.6.0

- upgrade to the newest consul api
- upgrade [hedzr/cmdr](https://hedzr.com/cmdr)

### v0.5.9

- fixed release files
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package consul_tags

const (
AppName = "consul-tags" //
Version = "0.5.9" //
VersionInt = 0x000509 // using as
Version = "0.6.0" //
VersionInt = 0x000600 // using as
)
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ go 1.12
// replace github.com/hedzr/cmdr v0.2.25 => ../cmdr

require (
github.com/hashicorp/consul/api v1.1.0
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hedzr/cmdr v1.7.41
github.com/hedzr/logex v1.3.9
github.com/hashicorp/consul/api v1.8.1
github.com/hedzr/cmdr v1.7.46
github.com/hedzr/logex v1.3.12
gopkg.in/hedzr/errors.v2 v2.1.3
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit d43adce

Please sign in to comment.