commit 054891b978e4f568c770251076c147874e8e3512 from: mtmn date: Thu May 7 18:57:47 2026 UTC chore: release v0.1.2 commit - a9e4a3e6c6d1734057c2f241bbca4b41702dff25 commit + 054891b978e4f568c770251076c147874e8e3512 blob - e731b4d4a85b966108f4b3c5a37df6030b67d368 blob + 4335645c0da44c52b3dfa4da3f391d2f8fceee2d --- CHANGELOG.md +++ CHANGELOG.md @@ -1,10 +1,21 @@ # Changelog +## [0.1.2] - 2026-05-07 + +### Bug Fixes + +- Fix tests and mismatched types ([`a9e4a3e`](https://git.sr.ht/~mtmn/scores/commit/a9e4a3e6c6d1734057c2f241bbca4b41702dff25)) + +### Housekeeping + +- Add gitignore ([`7d5acdf`](https://git.sr.ht/~mtmn/scores/commit/7d5acdf47d9b7afacd44d71c64af0c00e3782a11)) + ## [0.1.1] - 2026-05-07 ### Housekeeping - Add license ([`99bd9c0`](https://git.sr.ht/~mtmn/scores/commit/99bd9c06c4199a4e97a171d6e50ce6fbdc85c638)) +- Release v0.1.1 ([`fdd7af9`](https://git.sr.ht/~mtmn/scores/commit/fdd7af94d578e5ec5ac25c6bf4e9329ad2c84617)) ## [0.1.0] blob - a14984317fa23e20ae20e0ad0b97cd45ed2407fb blob + 5126a5e6ba2077a6120d70d7560d14a61917d69d --- Cargo.lock +++ Cargo.lock @@ -1281,7 +1281,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bc [[package]] name = "scores" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono", "clap", blob - 973164a8b511eb198eae11787b7f4a0153d1d161 blob + 2d84bb950a47ba79c4ce2239e4db97e2ce88ac0b --- Cargo.toml +++ Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scores" -version = "0.1.1" +version = "0.1.2" edition = "2024" [dependencies]