Skip to content

Commit 95e0a31

Browse files
committed
chore: add changelog
Due to an increase in users of this crate, it's time to start a changelog.
1 parent 0c0c433 commit 95e0a31

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.7.0] - 2026-08-03
4+
5+
### Changed
6+
7+
- **Breaking:** deserialization is now as strict as possible and will error on non-spec-compliant DAG-CBOR. If things break, please check your data producer. Last resort is enabling the newly introduced `less-strict-decoding` feature.
8+
- **Breaking:** align with DAG-CBOR spec and disallow `-0.0`, serialize it as `0.0` instead.
9+
- **Breaking:** the `error` enum of the decoder changed due to uprading `cbor4ii` from v0.2.14 to v1.2.2.
10+
- The MSRV is now v1.81.
11+
12+
### Removed
13+
14+
- **Breaking:** the `codec` feature was removed, the `Codec` trait is now implemented by default. If you've used that feature, just remove the usage.
15+
16+
[0.7.0]: https://github.com/ipld/serde_ipld_dagcbor/compare/v0.6.4...v0.7.0

0 commit comments

Comments
 (0)