From 067cedd7c51253017dcb179f342f9ce90123848f Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Thu, 18 Feb 2021 11:55:01 +0800 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 12 ++++++++++++ reforg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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" ######################