Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Mar 7, 2020
1 parent e46714b commit 4ab8790
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2020-03-07

### Changed

- Remove secs and millis from queries [#23]
Expand Down Expand Up @@ -153,7 +155,8 @@ First release :tada:

- Linux binaries

[unreleased]: https://github.com/unfog-io/unfog-cli/compare/v0.4.1...HEAD
[unreleased]: https://github.com/unfog-io/unfog-cli/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/unfog-io/unfog-cli/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/unfog-io/unfog-cli/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/unfog-io/unfog-cli/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/unfog-io/unfog-cli/compare/v0.3.2...v0.3.3
Expand Down Expand Up @@ -185,3 +188,4 @@ First release :tada:
[#16]: https://github.com/unfog-io/unfog-cli/issues/16
[#20]: https://github.com/unfog-io/unfog-cli/issues/20
[#22]: https://github.com/unfog-io/unfog-cli/issues/22
[#23]: https://github.com/unfog-io/unfog-cli/issues/23
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: unfog
version: 0.4.1
version: 0.4.2
github: "unfog-io/unfog-cli"
license: BSD3
author: "Clément DOUIN"
Expand Down
2 changes: 1 addition & 1 deletion src/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ execute args state events query = do
"curl -sSL https://raw.githubusercontent.com/unfog-io/unfog-cli/master/install.sh | sh"
>> return ()

Version -> printVersion rtype "0.4.1"
Version -> printVersion rtype "0.4.2"

Help -> do
putStrLn "Usage: unfog cmd (args)"
Expand Down

0 comments on commit 4ab8790

Please sign in to comment.