commit 5b31cfc4bd8e518922ddf6fdd4480c69fd8ec7fa
parent 1805b3d5f73e1c839b2de8b9855c0a1c2ebafb4b
Author: mtmn <miro@haravara.org>
Date: Thu, 14 May 2026 12:37:07 +0200
chore: release v1.0.0
Diffstat:
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.0.0] - 2026-05-14
+
+### Features
+
+- Store metadata in virittaa.db ([`b44df35`](https://git.sr.ht/~mtmn/virittaa/commit/b44df3563bdf09df96415f324d6d11bf7d9c4c8e))
+- **breaking:** Deprecate csv report; default db path ([`48dfccd`](https://git.sr.ht/~mtmn/virittaa/commit/48dfccd5d56b01f40f86c515b5feb6c54358d7c0))
+- Move helpers into utils.rs ([`1a2fc99`](https://git.sr.ht/~mtmn/virittaa/commit/1a2fc99e702712236695b83983e00b20337a5ecb))
+
## [0.3.0] - 2026-05-11
### Features
diff --git a/Cargo.lock b/Cargo.lock
@@ -1600,7 +1600,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "virittaa"
-version = "0.3.0"
+version = "1.0.0"
dependencies = [
"anyhow",
"bliss-audio",
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "virittaa"
-version = "0.3.0"
+version = "1.0.0"
edition = "2024"
[dependencies]