Skip to content

Commit 2c41849

Browse files
chore!: release v1.0.0 (#27)
* chore: release v0.2.5 * chores: release 1.0.0 instead --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Altair-Bueno <altair.bueno@uma.es>
1 parent e99a88a commit 2c41849

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0](https://github.com/Altair-Bueno/encode/compare/v0.2.4...v1.0.0) - 2025-06-29
11+
12+
### Fixed
13+
14+
- Update msrv to the smallest supported ([#26](https://github.com/Altair-Bueno/encode/pull/26))
15+
16+
### Other
17+
18+
- [**breaking**] Stabilize API for 1.0.0 ([#20](https://github.com/Altair-Bueno/encode/pull/20))
19+
1020
## [0.2.4](https://github.com/Altair-Bueno/encode/compare/v0.2.3...v0.2.4) - 2025-04-19
1121

1222
### 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.4"
3+
version = "1.0.0"
44
edition = "2021"
55
rust-version = "1.81.0"
66
description = "A simple framework for encoding binary data."

0 commit comments

Comments
 (0)