commit 53975f17f5f575720d724035bd715dd2dd75986d
parent 1bf9738cd86e923892c8cf4e0495d3c630deac01
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 7 Nov 2024 23:49:10 +0200
Change main public Git repository.
Diffstat:
4 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.5.10
+
+Change main public Git repository from [Gitlab](https://gitlab.com/yuvallanger/rusty-diceware) to [Codeberg](https://codeberg.org/kakafarm/rusty-diceware).
+
# v0.5.9
* Fix a bug in the manual die casting method (-r, --dicerolls).
diff --git a/Cargo.toml b/Cargo.toml
@@ -4,10 +4,10 @@ members = ["diceware_wordlists"]
[package]
name = "diceware"
-version = "0.5.9"
+version = "0.5.10"
authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"]
license = "AGPL-3.0"
-repository = "https://gitlab.com/yuvallanger/rusty-diceware"
+repository = "https://codeberg.org/kakafarm/rusty-diceware"
description = "A command line diceware, with or without dice."
keywords = ["diceware", "password", "passphrase", "generator"]
readme = "README.md"
diff --git a/diceware_wordlists/CHANGELOG.md b/diceware_wordlists/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v1.2.3
+
+Change main public Git repository from [Gitlab](https://gitlab.com/yuvallanger/rusty-diceware) to [Codeberg](https://codeberg.org/kakafarm/rusty-diceware).
+
## v1.2.2
* Minor Clippy type code improvements (`map(...).collect()` to `fold(...)`).
diff --git a/diceware_wordlists/Cargo.toml b/diceware_wordlists/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "diceware_wordlists"
-version = "1.2.2"
+version = "1.2.3"
authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"]
license = "MIT OR Apache-2.0"
-repository = "https://gitlab.com/yuvallanger/rusty-diceware"
+repository = "https://codeberg.org/kakafarm/rusty-diceware"
description = "Wordlists for the command line tool Rusty Diceware"
keywords = ["diceware", "password", "passphrase", "generator", "wordlists"]
edition = "2021"