commit 9187483a6c2cb57337fc027e6b9d40a38d44ea42 from: mtmn date: Thu May 7 08:54:06 2026 UTC chore: release v0.1.3 commit - d5c3df4631bcc62d9248c61c997e9aa5d6303331 commit + 9187483a6c2cb57337fc027e6b9d40a38d44ea42 blob - 3e9b9d932dee0ef2d68d0bb7c32b678bf0a13281 blob + 35dee22f7664a8aae811fdb17c8fae55a21b797a --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.3] - 2026-05-07 + +### Bug Fixes + +- Trim newlines in changelog, add cargo.lock ([`d5c3df4`](https://git.sr.ht/~mtmn/matchakey/commit/d5c3df4631bcc62d9248c61c997e9aa5d6303331)) + ## [0.1.2] - 2026-05-07 ### Bug Fixes @@ -29,5 +35,3 @@ - Prepare for crates release ([`d685d9f`](https://git.sr.ht/~mtmn/matchakey/commit/d685d9f0dff1baa27de0d3e7b7c70272fa03908b)) - Add `release` script ([`c9d114e`](https://git.sr.ht/~mtmn/matchakey/commit/c9d114e9fe4f0b9d4483b7122e6b55f18e52e3df)) - Add `release` script ([`683c655`](https://git.sr.ht/~mtmn/matchakey/commit/683c655f8651b2507c53e78b9b6a9a38c97284f6)) - - blob - 977862f03a4b692c263e4e5b9ede5d6b943aa0ca blob + fcd535538734c5a806cb19c2024c7bf94f73e820 --- Cargo.lock +++ Cargo.lock @@ -430,7 +430,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a6 [[package]] name = "matchakey" -version = "0.1.0" +version = "0.1.3" dependencies = [ "anyhow", "clap", blob - 907b9c1772fdaa4ff5e641cf0e4286a540ee0747 blob + d3f5b3f04f61bed48cbd5c0ff8fc2f98a6b2a5ce --- Cargo.toml +++ Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matchakey" description ="finds audio files with matching key and bpm criteria" -version = "0.1.2" +version = "0.1.3" edition = "2024" license = "MIT" repository = "https://git.sr.ht/~mtmn/matchakey"