diff --git a/CHANGELOG.md b/CHANGELOG.md index 59816fe..5cf5216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.2.0](https://github.com/k1LoW/evry/compare/v0.1.2...v0.2.0) (2019-01-17) + +* Allow specifying of command by args [#4](https://github.com/k1LoW/evry/pull/4) ([k1LoW](https://github.com/k1LoW)) +* Use `sh -c` instead of go-shellwords [#3](https://github.com/k1LoW/evry/pull/3) ([k1LoW](https://github.com/k1LoW)) + ## [v0.1.2](https://github.com/k1LoW/evry/compare/v0.1.1...v0.1.2) (2019-01-06) * Use bytes.Buffer [#2](https://github.com/k1LoW/evry/pull/2) ([k1LoW](https://github.com/k1LoW)) diff --git a/cmd/root.go b/cmd/root.go index d4c26b9..2f2e9bb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -40,7 +40,7 @@ var ( timeout int ) -const version = "0.1.2" +const version = "0.2.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{