Skip to content

Commit 09cdfe3

Browse files
committed
chore: release ic-cdk v0.17.1
1 parent f6b9749 commit 09cdfe3

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ opt-level = 'z'
2121

2222
[workspace.dependencies]
2323
ic0 = { path = "src/ic0", version = "0.23.0" }
24-
ic-cdk = { path = "src/ic-cdk", version = "0.17.0" }
24+
ic-cdk = { path = "src/ic-cdk", version = "0.17.1" }
2525
ic-cdk-timers = { path = "src/ic-cdk-timers", version = "0.11.0" }
2626

2727
candid = "0.10.4"

src/ic-cdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk-macros"
3-
version = "0.17.0" # sync with ic-cdk
3+
version = "0.17.1" # sync with ic-cdk
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

src/ic-cdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.17.1] - 2024-12-19
10+
911
### Added
1012

1113
- Add method `bitcoin_get_block_headers`.

src/ic-cdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk"
3-
version = "0.17.0" # sync with ic-cdk-macros
3+
version = "0.17.1" # sync with ic-cdk-macros
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
@@ -27,7 +27,7 @@ ic0.workspace = true
2727
# Dependents won't accidentaly upgrading ic-cdk-macros only but not ic-cdk.
2828
# ic-cdk-macros is a hidden dependency, re-exported by ic-cdk.
2929
# It should not be included by users direcly.
30-
ic-cdk-macros = { path = "../ic-cdk-macros", version = "=0.17.0" }
30+
ic-cdk-macros = { path = "../ic-cdk-macros", version = "=0.17.1" }
3131
serde.workspace = true
3232
serde_bytes.workspace = true
3333
slotmap = { workspace = true, optional = true }

0 commit comments

Comments
 (0)