Skip to content

Commit

Permalink
release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Mar 11, 2020
1 parent b7cdd18 commit 21e5ef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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.3] - 2020-03-11

### Added

- Init basic bash completion (commands, ids and tags)
Expand Down
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.2
version: 0.4.3
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 @@ -90,7 +90,7 @@ execute args state query = do
"curl -sSL https://raw.githubusercontent.com/unfog-io/unfog-cli/master/bin/install.sh | sh"
>> return ()

Version -> printVersion rtype "0.4.2"
Version -> printVersion rtype "0.4.3"

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

0 comments on commit 21e5ef2

Please sign in to comment.