Skip to content

Commit

Permalink
chore(release): 0.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Mar 9, 2021
1 parent 9761364 commit 0edf3b3
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions ChangeLog.md
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

0 comments on commit 0edf3b3

Please sign in to comment.