Skip to content

Commit

Permalink
release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shynome committed Jun 2, 2021
1 parent 80ce80c commit a239b53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.2.1

### Fix

- 只要是`bridge`的网路都有可能是容器的`bridge`网络, 这次修改后`docker-compose`创建的容器 IP 也能获取到了
2 changes: 1 addition & 1 deletion cmd/dcip/dcip.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func reportError(err error) {

func main() {
ctx := kong.Parse(&CLI,
kong.Vars{"version": "0.2.0"},
kong.Vars{"version": "0.2.1"},
)
switch ctx.Command() {
case "of <[host|name]>":
Expand Down

0 comments on commit a239b53

Please sign in to comment.