Commit Diff


commit - 99bd9c06c4199a4e97a171d6e50ce6fbdc85c638
commit + fdd7af94d578e5ec5ac25c6bf4e9329ad2c84617
blob - 3f0b161c10e930f6157fed66a776d96cd8054860
blob + e731b4d4a85b966108f4b3c5a37df6030b67d368
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -1,8 +1,18 @@
 # Changelog
 
+## [0.1.1] - 2026-05-07
+
+### Housekeeping
+
+- Add license ([`99bd9c0`](https://git.sr.ht/~mtmn/scores/commit/99bd9c06c4199a4e97a171d6e50ce6fbdc85c638))
+
 ## [0.1.0]
 
 ### Features
 
 - Init ([`baa3ba3`](https://git.sr.ht/~mtmn/scores/commit/baa3ba3065ea3788dc658a03a30a652f692766d5))
 - Add flake and release script ([`4cdc2c8`](https://git.sr.ht/~mtmn/scores/commit/4cdc2c819a60f89274ec06fff3683bd82c9beba1))
+
+### Housekeeping
+
+- Release v0.1.0 ([`ec5b8bf`](https://git.sr.ht/~mtmn/scores/commit/ec5b8bfca8119917fae763ef11fecaf7606cf20f))
blob - d9a5f67f73378ef861215cfb19e3700c91f3dfde
blob + a14984317fa23e20ae20e0ad0b97cd45ed2407fb
--- Cargo.lock
+++ Cargo.lock
@@ -1281,7 +1281,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bc
 
 [[package]]
 name = "scores"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "chrono",
  "clap",
blob - 4786b181db3dd94724a89b376e25053f374a88ba
blob + 973164a8b511eb198eae11787b7f4a0153d1d161
--- Cargo.toml
+++ Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "scores"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2024"
 
 [dependencies]