Skip to content

Commit c921040

Browse files
committed
Update CHANGELOG and incremement versions.
Signed-off-by: Toralf Wittner <[email protected]>
1 parent 8ebfa2d commit c921040

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.2.0`
11+
12+
- Depends on `minicbor-derive-0.19.0`.
13+
1014
## `2.1.3`
1115

1216
- Depends on `minicbor-derive-0.18.3`.
@@ -437,6 +441,11 @@
437441

438442
# minicbor-derive
439443

444+
## `0.19.0`
445+
446+
- Adds attribute `skip_if`. See issue [#43](https://github.com/twittner/minicbor/issues/43) for
447+
details.
448+
440449
## `0.18.3`
441450

442451
- Fixes feature-handling, see pull request [#48](https://github.com/twittner/minicbor/pull/48) by

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.3"
3+
version = "2.2.0"
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.3", path = "../minicbor-derive", optional = true }
22+
minicbor-derive = { version = "0.19.0", 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)