File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14+ ### Changed
15+
16+ ### Removed
17+
18+
19+
20+ ## [ 2.1.0] - 2025-12-09
21+
22+ ### Added
23+
1424* Implement ` CompactEncoding ` for:
1525 - ` SocketAddrV4 `
1626 - ` SocketAddrV6 `
@@ -25,4 +35,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2535
2636
2737<!-- next-url -->
28- [ Unreleased ] : https://github.com/datrs/compact-encoding/compare/v2.0.0...HEAD
38+ [ Unreleased ] : https://github.com/datrs/compact-encoding/compare/v2.1.0...HEAD
39+ [ 2.1.0 ] : https://github.com/datrs/compact-encoding/compare/v2.0.0...v2.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " compact-encoding"
3- version = " 2.0 .0"
3+ version = " 2.1 .0"
44license = " MIT OR Apache-2.0"
55description = " A series of compact encoding schemes for building small and fast parsers and serializers"
66documentation = " https://docs.rs/compact-encoding"
You can’t perform that action at this time.
0 commit comments