Skip to content

Commit a6bc916

Browse files
Release ic-ledger-types v0.14
1 parent 2ebd180 commit a6bc916

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/ic-ledger-types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.14.0] - 2024-11-08
10+
11+
### Changed
12+
13+
- Upgrade `ic-cdk` to v0.17.
14+
915
### Added
1016
- as_bytes method to AccountIdentifier in ic-ledger-types
1117

library/ic-ledger-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-ledger-types"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)