taler-rust

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

commit 559e9869f102c4aa36d00b5c864be2f75cc25b90
parent a3d34059da4b5d067acd7673e18ffae7ca229488
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Dec 2025 20:19:00 +0100

bump version to v1.3.0

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

diff --git a/Cargo.toml b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.0.4" +version = "1.3.0" 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 (1.3.0) unstable; urgency=low + + * Release version 1.3.0 + + -- Christian Grothoff <christian@grothoff.org> Tue, 30 Dec 2025 20:18:34 +0100 + taler-rust (0.0.4) unstable; urgency=low * Release version 0.0.4