From 71d5e50cf4a67b61d6028cebfb99730607303c8e Mon Sep 17 00:00:00 2001 From: Alessandro Maestri Date: Wed, 15 Oct 2025 22:37:13 +0200 Subject: [PATCH 1/3] fixed number of version 0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." From d085e038652558af7d9adec06b9b45c731ec6764 Mon Sep 17 00:00:00 2001 From: Alessandro Maestri Date: Wed, 15 Oct 2025 22:39:15 +0200 Subject: [PATCH 2/3] fixed number of version 0.2.5 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From f6f1596f2628e213e5d0302e2a6b60a3e1072845 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Wed, 15 Oct 2025 22:43:10 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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