diff --git a/CHANGELOG.md b/CHANGELOG.md index c85516b..5baebbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +### [0.0.2](https://github.com/telostat/reforg/compare/0.0.1...0.0.2) (2021-02-18) + + +### Features + +* allow running an external process while copying files ([9bb6067](https://github.com/telostat/reforg/commit/9bb6067f8f8deb45b7a7a46065f1e6b1e2dd97fa)) + + +### Bug Fixes + +* **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. diff --git a/reforg b/reforg index 047c8d7..25bf56c 100755 --- a/reforg +++ b/reforg @@ -11,7 +11,7 @@ from pathlib import Path from typing import Any, Dict, Iterable, List, NamedTuple, Optional, Pattern, Tuple #: Application version. -__version__ = "0.0.2.dev0" +__version__ = "0.0.2" ######################