Skip to content

Commit

Permalink
Merge pull request #756 from cglewis/main
Browse files Browse the repository at this point in the history
release v1.1.0
  • Loading branch information
anarkiwi authored Jul 13, 2022
2 parents 016f73b + 2278007 commit 9e5a85b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.1.0

- Updated faucetconfrpc, prometheus, grafana, faucet, gauge, openvswitch, and grpc
- Moved package to use pyproject.toml

# v1.0.10

- faucetconfrpc 0.22.35
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
plugin:
restart: always
image: iqtlabs/dovesnap:v1.0.10
image: iqtlabs/dovesnap:v1.1.0
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
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 = "1.0.10"
version = "1.1.0"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dovesnap"
version = "1.0.10"
version = "1.1.0"
description = "graphviz generator of dovesnap networks"
license = { file = "LICENSE" }
readme = "README.md"
Expand Down

0 comments on commit 9e5a85b

Please sign in to comment.