Skip to content

Commit 32e8907

Browse files
bump: version 0.13.1 → 0.13.2
1 parent 483a202 commit 32e8907

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
format = "v$version"

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.13.2 (2022-05-11)
2+
3+
### Fix
4+
5+
- Don't quote the > operator in entrypoint.sh
6+
- Don't quote the > operator in entrypoint.sh
7+
- Follow Bash best practices in entrypoint
8+
- Configure git pull to rebase instead of merge
9+
- Configure git pull to rebase instead of merge
10+
11+
### Refactor
12+
13+
- Remove unnecessary --follow-tags
14+
- Get current Git branch more simply
15+
116
## 0.13.1 (2022-05-10)
217

318
### Fix

0 commit comments

Comments
 (0)