Releases: dsaidgovsg/cc-changelog-gen
Releases · dsaidgovsg/cc-changelog-gen
v0.5.1
v0.5.1
Bug Fixes 🐞
- Add missing yaml extra deps for pydantic-settings #18
- .clog.yaml override instruction typo in readme #17
- Use 3.11 as min prereq to allow strenum #16
v0.5.0
v0.5.0
Features 🧩
- Support pre and post processing regex substitution
Chores ⚙️
- Update readme with better
pyenv
guide #13
Bug Fixes 🐞
- Remove
&&
typo in pyenv instruction #14
v0.4.0
v0.4.0
Features 🧩
- Allow http and https url for conf loading (#10)
v0.3.0
v0.3.0
Features 🧩
- Disable safe directory via .gitconfig (#9)
v0.2.0
v0.2.0
Features 🧩
- Add semver parsing to special commits syntax (#8)
- Add general trim configuration (#6)
Chores ⚙️
- Simplify dockerfile (#7)
- Use slim docker image base (#5)
v0.1.0
v0.1.0
Features 🧩
- First implementation to generate between commits (#1)
Chores ⚙️
- Add dockerfile set-up (#3)
- Add pyproject setup (#2)
Bug Fixes 🐞
- Allow missing
.clog.yaml
(#4)
Others 🤔