We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20c03b commit 3c4e7b4Copy full SHA for 3c4e7b4
CHANGELOG.md
@@ -441,6 +441,10 @@
441
442
# minicbor-derive
443
444
+## `0.19.1`
445
+
446
+- Maintenance release.
447
448
## `0.19.0`
449
450
- Adds attribute `skip_if`. See issue [#43](https://github.com/twittner/minicbor/issues/43) for
minicbor-derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "minicbor-derive"
3
-version = "0.19.0"
+version = "0.19.1"
4
authors = ["Toralf Wittner <tw@dtex.org>"]
5
license = "BlueOak-1.0.0"
6
edition = "2024"
0 commit comments