Skip to content

Commit 3a22c8c

Browse files
committed
chore: Release compact-encoding version 2.1.0
1 parent 810fda5 commit 3a22c8c

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compact-encoding"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
license = "MIT OR Apache-2.0"
55
description = "A series of compact encoding schemes for building small and fast parsers and serializers"
66
documentation = "https://docs.rs/compact-encoding"

0 commit comments

Comments
 (0)