Release 0.4.0

This commit is contained in:
thesimplekid
2024-09-08 21:48:51 +01:00
parent 6cd930313e
commit f7e4ea3a6c
16 changed files with 27 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
-->
#[Unreleased]
#[0.4.0]
### Summary
### Changed
@@ -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]
@@ -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)

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-cln"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-fake-wallet"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-lnbits"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-lnd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-mintd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-phoenixd"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[package]
name = "cdk-strike"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"

View File

@@ -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"