Changelog
v0.7.0 — [2025-10-21]
- pkg: added pytest [444b564]
- fix: credentials exposure in Git remotes [2e69ee9]
- feat: support for "[Unreleased]" sections in the changelog [9c321e2]
- pkg: py > 3.10 systems won't install tomli as dep [7027535]
v0.6.1 — [2025-10-20]
co-authored by: wvanhed
- fix: resolve UnicodeDecodeError on Windows [7c4700e]
v0.6.0 — [2025-10-08]
co-authored by: gokhanmeteerturk
- feat: add changelog item template with optional commit references [fc15970]
- fix: allow more option for changelog template. [3c9a931]
- pkg: added repo_url to uv-ship status [55de06d]
- docs: added changelog template to docs/config [373e806]
v0.5.5 — [2025-10-05]
- fix: changelogger issue with print_sections
- docs: updated installation
- pkg: pin python version
- pkg: update gitignore
v0.5.4 — [2025-10-03]
- ux: improved workflow messages
v0.5.3 — [2025-10-03]
- fix: not reporting non-required gh tool in status
v0.5.2 — [2025-10-02]
- fix: issue#4 - missing changelog can not be committed
v0.5.1 — [2025-10-01]
- fix: trailing-whitespace hook breaking my docs list
v0.5.0 — [2025-10-01]
- feat: commit-message template
- docs: revamped config and reference sections
v0.4.2 — [2025-10-01]
- fix: version check crashes when tool not available
v0.4.1 — [2025-10-01]
- fix: git version report
v0.4.0 — [2025-09-30]
- better feedback on wrong release type/version input
- new status command shows project info
v0.3.2 — [2025-09-30]
- new changelogger routine added with user prompt
- changelogger now evaluates update strategy
- replaced click with rich-click
v0.3.1 — [2025-09-29]
- changed toc_depth for changelog docs
- adding backticks to changelog sections
- added custom toc-depth option
- Update README.md
- changed 'what's new' to 'release notes'
v0.3.0 — [2025-09-28]
- renamed cli command 'bump' to 'next'
- introduced cli 'version' command
- added click as cli driver
- implemented changelog generation
- implemented proper "dry-running"
- fleshed out docs
- fixed default flag handling in cli
- package housekeeping:
- updates dependencies and relaxed requirements
- added license
- started addings tests
- gitignore, resources, ansi-codes, etc
v0.2.0 — [2025-09-23]
- [main] set to be the new base branch
- official initialization of the project
pre v0.2 — [2025-09-22/23]
- initial construction phase (squashed)
- releases have been yanked on PyPI