We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725647 commit a6254b4Copy full SHA for a6254b4
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.4](https://github.com/Altair-Bueno/encode/compare/v0.2.3...v0.2.4) - 2025-04-19
11
+
12
+### Added
13
14
+- Added IoEncoder to adapt std::io::Write ([#24](https://github.com/Altair-Bueno/encode/pull/24))
15
16
## [0.2.3](https://github.com/Altair-Bueno/encode/compare/v0.2.2...v0.2.3) - 2025-04-19
17
18
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "encode"
3
-version = "0.2.3"
+version = "0.2.4"
4
edition = "2021"
5
rust-version = "1.84.0"
6
description = "A simple framework for encoding binary data."
0 commit comments