Skip to content

Releases: dsaidgovsg/cc-changelog-gen

v0.5.1

08 Oct 03:44
7520a69
Compare
Choose a tag to compare

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

07 Oct 13:59
8e477ab
Compare
Choose a tag to compare

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

24 Aug 10:43
6c7f451
Compare
Choose a tag to compare

v0.4.0

Features 🧩

  • Allow http and https url for conf loading (#10)

v0.3.0

21 Aug 07:24
76b16e6
Compare
Choose a tag to compare

v0.3.0

Features 🧩

  • Disable safe directory via .gitconfig (#9)

v0.2.0

18 Aug 11:21
924a9dd
Compare
Choose a tag to compare

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

17 Aug 12:43
4863e4a
Compare
Choose a tag to compare

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 🤔

  • Initial commit