Skip to content

Commit 0d330ac

Browse files
committedDec 8, 2024
Bumped version number.
1 parent cb2ec07 commit 0d330ac

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
 

‎Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[package]
22
name = "seedtool-cli"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
description = "A command-line tool for generating and transforming cryptographic seeds."
66
authors = ["Blockchain Commons"]
7-
keywords = ["crypto", "random", "seed", "mnemonic", "bitcoin"]
87
repository = "https://github.com/BlockchainCommons/seedtool-cli-rust"
98
readme = "README.md"
109
license = "BSD-2-Clause-Patent"
11-
categories = ["cryptography::cryptocurrencies", "command-line-utilities"]
1210
documentation = "https://docs.rs/seedtool-cli"
11+
keywords = ["crypto", "random", "seed", "mnemonic", "bitcoin"] # Up to five
12+
categories = ["cryptography::cryptocurrencies", "command-line-utilities"] # https://crates.io/category_slugs
1313

1414
[[bin]]
1515
name = "seedtool"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
dcbor = "^0.15.0"
20-
bc-ur = "^0.5.0"
21-
bc-envelope = "^0.18.2"
22-
bc-components = "^0.13.0"
19+
dcbor = "^0.16.0"
20+
bc-ur = "^0.6.0"
21+
bc-envelope = "^0.19.0"
22+
bc-components = "^0.14.0"
2323
bc-rand = "^0.2.0"
2424
bc-crypto = "^0.5.0"
2525
sskr = "^0.4.0"

‎MANUAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌱 Seedtool-CLI-Rust Manual (v0.1.7)
1+
# 🌱 Seedtool-CLI-Rust Manual (v0.1.8)
22

33
## July 9, 2024
44

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ cargo install --path .
4343

4444
## Version History
4545

46+
### 0.1.8: December 8, 2024
47+
48+
- Minor fixes.
49+
4650
### 0.1.7: October 16, 2024
4751

4852
- #5 Improved error message for failed SSKR join.

0 commit comments

Comments
 (0)
Please sign in to comment.