Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
- 0.23.1 section added retroactively
- Incorrect title levels fixed
  • Loading branch information
cyqsimon committed Oct 9, 2024
1 parent 8f3a8cf commit cd81be8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ 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
* Exit gracefully when there is a broken pipe error #429 - @sigmaSd
* 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
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit cd81be8

Please sign in to comment.