Skip to content

Commit aa34339

Browse files
committed
Add version 0.1.1
1 parent 8e887eb commit aa34339

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [0.1.1] - 2022-04-06
11+
12+
* Change order of adding new version
13+
* Change documentation (README.md)
14+
1015
### [0.1.0] - 2022-01-03
1116

1217
* Initial release
@@ -27,12 +32,12 @@ $ git checkout main && git pull
2732
# Check current version
2833
$ bin/version-manager --current
2934

30-
# Change changelog
31-
$ vi CHANGELOG.md
32-
3335
# Increase patch version
3436
$ bin/version-manager --patch
3537

38+
# Change changelog
39+
$ vi CHANGELOG.md
40+
3641
# Push new version
3742
$ git add CHANGELOG.md VERSION && git commit -m "Add version $(cat VERSION)" && git push
3843

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)