Skip to content

Commit e7a76cf

Browse files
committed
chore(main): release 0.4.0
1 parent b33eef0 commit e7a76cf

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
This project uses [Semantic Versioning](https://semver.org/) and
66
[Conventional Commits](https://www.conventionalcommits.org/).
77

8+
## [0.4.0](https://github.com/pdugan20/clickwheel/compare/v0.3.0...v0.4.0) (2026-03-16)
9+
10+
11+
### Features
12+
13+
* add last.fm web auth flow for scrobbling ([0776e2e](https://github.com/pdugan20/clickwheel/commit/0776e2ea6941b363aef9c37e719686870eec3235))
14+
* auto-scan library before commands, incremental scan, fix improvements ([bb56ab2](https://github.com/pdugan20/clickwheel/commit/bb56ab20966db12c4f01dd74b5cbb140955006aa))
15+
16+
17+
### Bug Fixes
18+
19+
* lint issues — line length, table alignment, changelog headings ([3e8a9c7](https://github.com/pdugan20/clickwheel/commit/3e8a9c773899b58e193b98a3c73f0418ba8b8389))
20+
21+
22+
### Documentation
23+
24+
* update architecture, readme, and claude.md for new features ([b33eef0](https://github.com/pdugan20/clickwheel/commit/b33eef044da603ad0f690ad8d98037bf9f075e86))
25+
* update tracker with completed end-to-end testing ([054d5eb](https://github.com/pdugan20/clickwheel/commit/054d5eb7d0fb16f7905cf9d789d371a3952a571a))
26+
827
## v0.3.0 (2026-03-15)
928

1029
### Features

clickwheel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""clickwheel — a CLI for syncing a music library to a classic iPod."""
22

3-
__version__ = "0.3.0" # x-release-please-version
3+
__version__ = "0.4.0" # x-release-please-version

0 commit comments

Comments
 (0)