Skip to content

Commit

Permalink
chore: release mintd:v0.6.2,cdk:0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Feb 4, 2025
1 parent 1e4843e commit e60448f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@
-->


#[cdk:v0.6.1,cdk-mintd:v0.6.2]
### Fixed
cdk: Missing check on mint that outputs equals the quote amount ([thesimplekid]).
cdk: Reset mint quote status if in state that cannot continue ([thesimeokid]).

#[0.6.1]
### Added
cdk-mintd: Get work-dir from env var ([thesimplekid])


#[0.6.0]

### Changed
cdk: Enforce `quote_id` to uuid type in mint ([tdelabro]).
cdk: Refactor wallet mint connector ([ok300]).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.6.1"
version = "0.6.2"
edition = "2021"
authors = ["CDK Developers"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ description = "CDK mint binary"
[dependencies]
anyhow = "1"
axum = "0.6.20"
cdk = { path = "../cdk", version = "0.6.0", default-features = false, features = [
cdk = { path = "../cdk", version = "0.6.1", default-features = false, features = [
"mint",
] }
cdk-redb = { path = "../cdk-redb", version = "0.6.0", default-features = false, features = [
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.6.0"
version = "0.6.1"
edition = "2021"
authors = ["CDK Developers"]
description = "Core Cashu Development Kit library implementing the Cashu protocol"
Expand Down

0 comments on commit e60448f

Please sign in to comment.