We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc7cd5 commit d79edd2Copy full SHA for d79edd2
CHANGELOG.md
@@ -1,2 +1,8 @@
1
+## 0.1.0 [Release page](https://github.com/Tubular/consul-bak/releases/tag/0.1.0)
2
+* Improved logging
3
+* Added dumptree command that creates a filesystem representation of the Consul KV store
4
+* Added syncgit commant that reads a git repo and writes to Consul's KV store
5
+* Changed syntax of the utility to be more straightforward (BREAKING)
6
+
7
## 0.0.1 [Release page](https://github.com/Tubular/consul-bak/releases/tag/0.0.1)
8
* Initial release
version.go
@@ -7,4 +7,4 @@ var (
)
9
// Version contains the current version being run
10
-const Version = "0.0.2"
+const Version = "0.1.0"
0 commit comments