mirror of
https://github.com/trussed-dev/cbor-smol.git
synced 2026-06-20 04:17:03 -07:00
Prepare release 0.5.1
This commit is contained in:
committed by
Sosthène Guédon
parent
32b8ba7bf0
commit
72242c972f
+7
-1
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased][]
|
||||
|
||||
[Unreleased]: https://github.com/trussed-dev/cbor-smol/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/trussed-dev/cbor-smol/compare/0.5.1...HEAD
|
||||
|
||||
## [0.5.1][] - 2025-09-26
|
||||
|
||||
### Changed
|
||||
|
||||
- Remove `usize` value from `Error::SerializeBufferFull` variant
|
||||
- Add support for `heapless` version 0.9
|
||||
- Migrate to serde-core
|
||||
|
||||
[0.5.1]: https://github.com/trussed-dev/cbor-smol/compare/0.5.0...0.5.1
|
||||
|
||||
## [0.5.0][] - 2024-10-21
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cbor-smol"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
|
||||
edition = "2021"
|
||||
description = "Streamlined serde serializer/deserializer for CBOR"
|
||||
@@ -19,7 +19,7 @@ heapless-bytes-v0-5 = { package = "heapless-bytes", version = "0.5", optional =
|
||||
heapless-v0-7 = { package = "heapless", version = "0.7", optional = true }
|
||||
heapless-v0-8 = { package = "heapless", version = "0.8", optional = true }
|
||||
heapless-v0-9 = { package = "heapless", version = "0.9", optional = true }
|
||||
serde = { version = "1", default-features = false }
|
||||
serde_core = { version = "1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
heapless-v0-9 = { package = "heapless", version = "0.9", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user