File tree Expand file tree Collapse file tree 3 files changed +14
-17
lines changed
Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ Since we follow [ Conventional
4+ Commits] ( https://decisions.seedcase-project.org/why-conventional-commits ) ,
5+ we're able to automatically create a release based on the commit message
6+ by using
7+ [ Commitizen] ( https://decisions.seedcase-project.org/why-semantic-release-with-commitizen ) .
8+ This means that releases can happen quite often, sometimes several in
9+ a day. It also means any individual release will not have many changes
10+ within it. Below is a list of releases along with what was changed
11+ within it.
12+
113## 0.16.0 (2025-11-14)
214
315### Feat
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ website:
2424 menu :
2525 - text : " Welcome"
2626 href : index.qmd
27- - text : " Releases"
28- href : docs/releases.qmd
2927 - text : " Contributing"
3028 href : CONTRIBUTING.md
29+ - text : " Changelog"
30+ href : CHANGELOG.md
3131 - text : " Guide"
3232 href : docs/guide.qmd
3333 tools :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments