Skip to content

Commit c2c2aa4

Browse files
committed
Update CHANGELOG and increment versions.
Signed-off-by: Toralf Wittner <[email protected]>
1 parent d353d08 commit c2c2aa4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
# minicbor
99

10+
## `2.1.3`
11+
12+
- Depends on `minicbor-derive-0.18.3`.
13+
1014
## `2.1.2`
1115

1216
- Replaces `build.rs` with `target_has_atomic`. See pull request
@@ -433,6 +437,11 @@
433437

434438
# minicbor-derive
435439

440+
## `0.18.3`
441+
442+
- Fixes feature-handling, see pull request [#48](https://github.com/twittner/minicbor/pull/48) by
443+
@dtolnay for details.
444+
436445
## `0.18.2`
437446

438447
- Using `#[cbor(transparent)]` together with a custom codec (e.g. `#[cbor(with = "...")]`) will

minicbor-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minicbor-derive"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
authors = ["Toralf Wittner <[email protected]>"]
55
license = "BlueOak-1.0.0"
66
edition = "2024"

minicbor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minicbor"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
authors = ["Toralf Wittner <[email protected]>"]
55
license = "BlueOak-1.0.0"
66
edition = "2024"
@@ -19,7 +19,7 @@ std = ["alloc"]
1919
derive = ["minicbor-derive"]
2020

2121
[dependencies]
22-
minicbor-derive = { version = "0.18.2", path = "../minicbor-derive", optional = true }
22+
minicbor-derive = { version = "0.18.3", path = "../minicbor-derive", optional = true }
2323
half = { version = "2.4.0", default-features = false, optional = true }
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)