Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 8, 2024
1 parent 6cd9303 commit f7e4ea3
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 16 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->

#[Unreleased]
#[0.4.0]
### Summary

### Changed
Expand All @@ -35,11 +35,21 @@
- cdk-sqlite: Reduce MSRV to 1.66.0 ([thesimplekid]).
- cdk-redb: Reduce MSRV to 1.66.0 ([thesimplekid]).
- cdk: Format url base lowercase ([callebtc]).
- cdk: Use CDK error type instead of mint and wallet specefic ([thesimplekid]).
- cdk-cli: Tokenv4 error print diagnostic notation ([ok300]).
- cdk-redb: Remove use of mutex ([thesimplekid]).

### Added
- cdk: Multiple error types ([thesimplekid]).


### Fixed
- cdk(mint): use checked addition on amount to ensure there is no overflow ([thesimplekid]).

### Removed
- cdk(wallet): Removed CDK wallet error ([thesimplekid]).
- cdk(mint): Removed CDK mint error ([thesimplekid]).


## [0.3.0]

Expand Down Expand Up @@ -141,3 +151,4 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk-
[vnprc]: https://github.com/vnprc
[cjbeery24]: https://github.com/cjbeery24
[callebtc]: https://github.com/callebtc
[ok300]: (https://github.com/ok300)
2 changes: 1 addition & 1 deletion bindings/cdk-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-js"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/cashubtc/cdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-axum"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/cashubtc/cdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "Cashu cli wallet built on CDK"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-cln/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-cln"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-fake-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-fake-wallet"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-integration-tests"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "Core Cashu Development Kit library implementing the Cashu protocol"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-lnbits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-lnbits"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-lnd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-lnd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-mintd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-mintd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-phoenixd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-phoenixd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-redb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-redb"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "Redb storage backend for CDK"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-rexie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-rexie"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "Indexdb storage backend for CDK in the browser"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-sqlite"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "SQLite storage backend for CDK"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-strike/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-strike"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
description = "Core Cashu Development Kit library implementing the Cashu protocol"
Expand Down

0 comments on commit f7e4ea3

Please sign in to comment.