Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Feb 18, 2021
1 parent d18240b commit 067cedd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion reforg
Original file line number Diff line number Diff line change
Expand Up @@ -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"


######################
Expand Down

0 comments on commit 067cedd

Please sign in to comment.