diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcb169..0c8df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.2.5] - Unreleased +## [0.2.5] - 2025-10-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index f60ca3f..b42e9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "librius" -version = "0.2.4" +version = "0.2.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5d7462a..d6d52a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librius" -version = "0.2.4" +version = "0.2.5" edition = "2024" authors = ["Alessandro Maestri "] description = "A personal library manager CLI written in Rust."