Skip to content

Commit a6254b4

Browse files
chore: release v0.2.4 (#25)
1 parent 8725647 commit a6254b4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.2.3](https://github.com/Altair-Bueno/encode/compare/v0.2.2...v0.2.3) - 2025-04-19
1117

1218
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "encode"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "A simple framework for encoding binary data."

0 commit comments

Comments
 (0)