taler-rust

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

commit f51def942b32a9df024071ace8813077cc5114e3
parent 0c3bc18691e62faeb44e730b56a2a0e405456c7e
Author: Florian Dold <florian@dold.me>
Date:   Fri, 28 Nov 2025 09:00:51 +0100

bump version to 0.0.2

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.1" +version = "0.0.2" 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 @@ +taler-rust (0.0.2) unstable; urgency=medium + + * Release 0.0.2. + + -- antoine <antoine@lima-local> Fri, 28 Nov 2025 09:00:01 +0100 + taler-rust (0.0.1) unstable; urgency=medium * Release 0.0.1.