Skip to content

Commit

Permalink
Merge pull request #400 from anarkiwi/rel
Browse files Browse the repository at this point in the history
stage release of v0.21.0
  • Loading branch information
cglewis authored Jun 17, 2021
2 parents b931414 + 67070bd commit 2465eda
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
@@ -1,3 +1,8 @@
# v0.21.0 (2021-06-17)

- restart/shutdown handling improvements, and network deletes now blocking to avoid leaked veths or other resources.
- Update pytype, docker, faucetconfrpc, prometheus, grafana, baseconv

# v0.20.0 (2021-05-04)

- Use c65sdn faucet/gauge docker images
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "0.20.0"
version = "0.21.0"
)

func main() {
Expand Down

0 comments on commit 2465eda

Please sign in to comment.