Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Feb 17, 2021
1 parent da9e575 commit 5d45590
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CHANGELOG

### 0.0.1 (2021-02-17)

Initial version.

### Features

* init ([21d663b](https://github.com/telostat/reforg/commit/21d663b2a1c93bdd6cebe596564c59509c1e11e6))
* use JSON as specification, add example, refactor ([a5d5cd7](https://github.com/telostat/reforg/commit/a5d5cd76e5c267b7a0e63797f39d8cbef18d3052))
2 changes: 1 addition & 1 deletion reforg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from pathlib import Path
from typing import Dict, Iterable, List, NamedTuple, Optional, Pattern

#: Application version.
__version__ = "0.0.1.dev0"
__version__ = "0.0.1"


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

0 comments on commit 5d45590

Please sign in to comment.