commit 9b19adc0ad336a553b43572ca92985b1947ce167
parent 859c955fcfbd1a1b33c08a5fa0e4b52bd1ce61c0
Author: Florian Dold <florian@dold.me>
Date: Mon, 24 Nov 2025 22:44:34 +0100
bump version to 0.0.1
Diffstat:
5 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/common/taler-api/Cargo.toml b/common/taler-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taler-api"
-version = "0.0.0"
+version = "0.0.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
diff --git a/common/taler-common/Cargo.toml b/common/taler-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taler-common"
-version = "0.0.0"
+version = "0.0.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
diff --git a/common/taler-test-utils/Cargo.toml b/common/taler-test-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taler-test-utils"
-version = "0.0.0"
+version = "0.0.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
@@ -21,4 +21,4 @@ tracing-subscriber.workspace = true
sqlx.workspace = true
http-body-util.workspace = true
url.workspace = true
-libdeflater.workspace = true
-\ No newline at end of file
+libdeflater.workspace = true
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-rust (0.0.1) unstable; urgency=medium
+
+ * Release 0.0.1.
+
+ -- antoine <antoine@lima-local> Mon, 24 Nov 2025 22:42:50 +0100
+
taler-rust (0.0.0) unstable; urgency=medium
* Initial release.
diff --git a/taler-magnet-bank/Cargo.toml b/taler-magnet-bank/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taler-magnet-bank"
-version = "0.0.0"
+version = "0.0.1"
description = "Taler Magnet Bank adapter"
edition.workspace = true
authors.workspace = true
@@ -38,4 +38,4 @@ rand_core.workspace = true
owo-colors.workspace = true
[dev-dependencies]
-taler-test-utils.workspace = true
-\ No newline at end of file
+taler-test-utils.workspace = true