-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/). | ||
|
||
<a name="unreleased"></a> | ||
## [Unreleased] | ||
|
||
|
||
<a name="0.0.3.0"></a> | ||
## [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)) | ||
|
||
<a name="0.0.2"></a> | ||
## [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. | ||
|
||
<a name="0.0.1"></a> | ||
## 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 |