Welcome to the changelog for shuku. Here you will find a comprehensive list of all changes made to the project, chronologically sorted by release version.
We use Semantic Versioning, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks.
0.0.4 - 2024-12-27
- (help) Ensure program name is "shuku" (6fa632b)
- (CD) Use PyInstaller instead of Nuitka (cf7fcbf) by @welpo
- (CD) Set timeouts for release jobs (3812d1e) by @welpo
- (README) Link development blog post (cd2f346) by @welpo
🫶 @welpo made their first contribution
🫶 @renovate[bot] made their first contribution in #17
0.0.3 - 2024-11-26
- Remove installation warning from release notice (07bac0e) by @welpo
- Join repository metrics w/ main comparison table (4648a9d) by @welpo
🫶 @renovate[bot] made their first contribution in #6
- (CONTRIBUTING) Include dev in poetry install command (00987ce) by @welpo
- (README) Add Python version(s) badge (d19b53e) by @welpo
- (README) Add badges for CI & CD (ca3f76c) by @welpo
- (README) Compare similar projects with badges (7558e91) by @welpo
- (README) Improve installation instructions (14e6bc1) by @welpo
- (release) Update notice to link GitHub Actions workflow (d909bb2) by @welpo
- (release) Recommend
pipx
and link attestations (b333c4b) by @welpo
- (CD) Build wheels once (2ed4d03) by @welpo
- (CD) Install only main and build (169f08c) by @welpo
- (CD) Stop trying to upload binaries to PyPI (b08a6c5) by @welpo
- (CD) Pypi trusted publishing & publish all wheels (83942f0) by @welpo
- (CD) Create attestation for packaged executables (cf4caf2) by @welpo
- (git-cliff) Ignore pre-releases (6223d99) by @welpo
- (release) Automate version upgrades (eeb3075) by @welpo
- Rename ci.yaml to ci.yml (5fa1179) by @welpo
🫶 @welpo made their first contribution