From 7f06ce4dea374f7031d540d021b704216e6793ee Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Fri, 17 Jun 2022 16:07:06 +0800 Subject: [PATCH] chore(release): 0.0.0.3 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681572a..97941d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] + +## [0.0.0.3] - 2022-06-17 +### Chore +- drop deriving-aeson dependency +- adopt Stack lts-19.11 (and GHC902), add Nix Shell +- bump development version to 0.0.0.3 +- **build:** specify dependency version ranges + +### Refactor +- revisit Haspara.FxQuote module, add new definitions + +### Pull Requests +- Merge pull request [#6](https://github.com/telostat/haspara/issues/6) from telostat/chores-fixes-improvements +- Merge pull request [#7](https://github.com/telostat/haspara/issues/7) from telostat/vst/ghc902 + + ## [0.0.0.2] - 2022-03-03 ### Chore @@ -10,6 +26,7 @@ - **dev:** add HLint configuration - **dev:** produce .hie files during compilation - **docs:** update README.md, fix haddock warnings +- **release:** 0.0.0.2 ### Refactor - revisit Haspara.Accounting module and its submodules @@ -62,6 +79,7 @@ - Merge pull request [#1](https://github.com/telostat/haspara/issues/1) from telostat/init -[Unreleased]: https://github.com/telostat/haspara/compare/0.0.0.2...HEAD +[Unreleased]: https://github.com/telostat/haspara/compare/0.0.0.3...HEAD +[0.0.0.3]: https://github.com/telostat/haspara/compare/0.0.0.2...0.0.0.3 [0.0.0.2]: https://github.com/telostat/haspara/compare/0.0.0.1...0.0.0.2 [0.0.0.1]: https://github.com/telostat/haspara/compare/0.0.0.0...0.0.0.1