Skip to content

Commit 3072829

Browse files
release: v0.15.2 (#51)
1 parent 31c149e commit 3072829

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.15.2 2025-10-30
4+
5+
- Files are automatically fixed during import if `auto-fix: true`.
6+
37
## v0.15.1 2025-10-25
48

59
- Add support for beets 2.5

DEVELOPMENT.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Development guide
2+
3+
## Releases
4+
5+
To release a new version of this project follow these steps:
6+
7+
1. `git fetch && git checkout -B release/candidate origin/main`
8+
1. Replace the “Upcoming” heading of the changelog with the new version number
9+
and date of release.
10+
1. Update the version in `pyproject.toml`
11+
1. Run `uv lock`
12+
1. Commit the changes with the commit message “release: vX.Y.Z”
13+
1. Push the changes `git push origin` and wait for the build to pass.
14+
1. Build the package: `rm -rf dist && uv build`
15+
1. Publish the package: `uv publish`
16+
1. Merge release candidate into main branch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beets-check"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
description = "beets plugin verifying file integrity with checksums"
55
authors = [{ name = "Thomas Scholtes", email = "geigerzaehler@axiom.fm" }]
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)