diff --git a/CHANGELOG.md b/CHANGELOG.md index de74e9bd..3ffbacee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### Changed + +* Add build optimizations for release binary #434 - @pando85 + +## [0.23.1] - 2024-10-09 + ### Fixed * CI: Use Powershell Compress-Archive to create Windows binary zip #424 - @cyqsimon @@ -13,13 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix breaking changes of sysinfo crate #431 - @cyqsimon * Fix `clippy::needless_lifetimes` warnings on nightly #432 - @cyqsimon -### Changed - -* Add build optimizations for release binary #434 - @pando85 - ## [0.23.0] - 2024-08-17 -## Fixed +### Fixed * Remove redundant imports #377 - @cyqsimon * CI: use GitHub API to exempt dependabot from changelog requirement #378 - @cyqsimon @@ -29,7 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Support build for `target_os` `android` #384 - @flxo * Fix Windows FP discrepancy issue in test #400 - @cyqsimon -## Added +### Added * CI: include generated assets in release archive #359 - @cyqsimon * Add PID column to the process table #379 - @notjedi @@ -38,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * CI: Enable more cross-compiled builds #401 - @cyqsimon * CI: use sccache to speed up CI #408 - @cyqsimon -## Changed +### Changed * CI: strip release binaries for all targets #358 - @cyqsimon * Bump MSRV to 1.74 (required by clap 4.5; see #373) @@ -48,19 +50,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Update README #407 - @cyqsimon * Update usage in README #409 - @cyqsimon -## Removed +### Removed * CI: Remove musl-tools install step #402 - @cyqsimon ## [0.22.2] - 2024-01-28 -## Added +### Added * Generate completion & manpage #357 - @cyqsimon ## [0.22.1] - 2024-01-28 -## Fixed +### Fixed * Hot fix a Windows compile issue #356 - @cyqsimon @@ -78,7 +80,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Table formatting logic overhaul #305 - @cyqsimon * Refactor OsInputOutput (combine interfaces & frames into single Vec) #310 - @cyqsimon -## Removed +### Removed * Reorganise & cleanup packaging code/resources #329 - @cyqsimon