Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jul 8, 2021
1 parent 9271f74 commit efacf65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 4 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]

## [1.0.4] - 2021-07-08

### Added

- Add `--due-in` option to tasks list (reminders) [#41]
Expand Down Expand Up @@ -242,7 +244,8 @@ First release :tada:

- Linux binaries

[unreleased]: https://github.com/soywod/unfog/compare/v1.0.3...HEAD
[unreleased]: https://github.com/soywod/unfog/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/soywod/unfog/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/soywod/unfog/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/soywod/unfog/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/soywod/unfog/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/Unfog/Procedure/Handler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Unfog.Response
import qualified Unfog.State as State

showVersion :: Arg.JsonOpt -> IO ()
showVersion jsonOpt = send rtype $ VersionResponse "1.0.3"
showVersion jsonOpt = send rtype $ VersionResponse "1.0.4"
where
rtype = parseResponseType jsonOpt

Expand Down
9 changes: 0 additions & 9 deletions lib/Unfog/Process.hs

This file was deleted.

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: 1.0.3
version: 1.0.4
github: "soywod/unfog"
license: BSD3
author: "soywod"
Expand Down

0 comments on commit efacf65

Please sign in to comment.