Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2026-03-03
## [0.2.3] - 2026-03-03

### Fixed
- Remove OpenSSL dependency — use rustls exclusively (`default-features = false` on reqwest)
- Install `cargo-zigbuild` for aarch64-linux cross-compilation in release workflow
- Preserve existing release notes when attaching binary artifacts

Expand Down Expand Up @@ -50,6 +51,7 @@ This is the first pure-Rust release. The project has been fully rewritten from T
- CI now requires only `rust-ci` (cargo check, test, fmt, clippy) — old Node.js checks removed
- Branch protection updated to enforce Rust CI instead of npm quality/test gates

[0.2.3]: https://github.com/raintree-technology/perps/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/raintree-technology/perps/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/raintree-technology/perps/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/raintree-technology/perps/compare/v0.1.4...v0.2.0
Loading