From 0edf3b3d5958c7cbe72f3f26d09c604994674df7 Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Tue, 9 Mar 2021 09:03:37 +0800 Subject: [PATCH] chore(release): 0.0.3.0 --- ChangeLog.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5baebbb..4b20a86 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,22 +1,36 @@ # CHANGELOG -### [0.0.2](https://github.com/telostat/reforg/compare/0.0.1...0.0.2) (2021-02-18) +All notable changes to this project will be documented in this file. +This project adheres to [Haskell Package Versioning +Policy](https://pvp.haskell.org/). + +## [Unreleased] + + +## [0.0.3.0] - 2021-03-09 ### Features +- finish initial Haskell rewrite, remove old Python content +- **spec:** allow prefix per rule as well for convenience -* allow running an external process while copying files ([9bb6067](https://github.com/telostat/reforg/commit/9bb6067f8f8deb45b7a7a46065f1e6b1e2dd97fa)) + +## [0.0.2] - 2021-02-18 +### Features +- allow running an external process while copying files ### Bug Fixes +- **docs:** update README for correct URL to the installation script -* **docs:** update README for correct URL to the installation script ([533367c](https://github.com/telostat/reforg/commit/533367ce99c51c71b8fc0528efe8702759e5d4ff)) - -### 0.0.1 (2021-02-17) - -Initial version. + +## 0.0.1 - 2021-02-17 ### Features +- use JSON as specification, add example, refactor +- init + -* init ([21d663b](https://github.com/telostat/reforg/commit/21d663b2a1c93bdd6cebe596564c59509c1e11e6)) -* use JSON as specification, add example, refactor ([a5d5cd7](https://github.com/telostat/reforg/commit/a5d5cd76e5c267b7a0e63797f39d8cbef18d3052)) +[Unreleased]: https://github.com/telostat/reforg/compare/0.0.3.0...HEAD +[0.0.3.0]: https://github.com/telostat/reforg/compare/0.0.2...0.0.3.0 +[0.0.2]: https://github.com/telostat/reforg/compare/0.0.1...0.0.2