taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 890adb47600c608fc926b025683d01b97517469d
parent f668ee3ff42f9707a2223ad109eea03509826a55
Author: Florian Dold <florian@dold.me>
Date:   Fri, 12 Dec 2025 21:02:13 +0100

bump version to 0.0.3

Diffstat:
MCargo.toml | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.0.2" +version = "0.0.3" edition = "2024" authors = ["Taler Systems SA <deb@taler.net>"] homepage = "https://taler.net/" diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +libeufin (0.0.3) unstable; urgency=low + + * Release version 0.0.3 + + -- Florian Dold <florian@dold.me> Fri, 12 Dec 2025 21:02:04 +0100 + taler-rust (0.0.2) unstable; urgency=medium * Release 0.0.2.