From d0c77305754359df6900e83c215a512f5b90eff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 26 Apr 2023 15:52:35 +0300 Subject: [PATCH] style(format): update the formatting of changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4725788..acbfefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog + All notable changes to this project will be documented in this file. ## [0.4.0] - 2023-04-24 ### Features + - Improve logging - Press `Ctrl-L` on TUI to view and analyze logs! - You can use `--log-file` argument to save logs to a file. @@ -36,18 +38,24 @@ All notable changes to this project will be documented in this file. - Use parseit as a workspace dependency ## [0.3.1] - 2023-01-28 + ### Bug Fixes + - Apply clippy suggestions ### Documentation + - Fix badge links - Update copyright years ### Miscellaneous Tasks + - Bump dependencies ## [0.3.0] - 2022-09-17 + ### Features + - (tui) Support saving changed values ([#13](https://github.com/orhun/git-cliff/issues/13)) - Press s to set a parameter value and also save it to a file. - See https://github.com/orhun/systeroid#saving-values @@ -55,29 +63,38 @@ All notable changes to this project will be documented in this file. - Press enter on help menu to run the selected command. ### Miscellaneous Tasks + - Bump dependencies ## [0.2.2] - 2022-09-06 + ### Features + - Support listing parameters by subsection ([#44](https://github.com/orhun/systeroid/issues/44)) ## [0.2.1] - 2022-08-30 + ### Updated + - Update the allowed licenses for cargo-deny - Add metadata for cargo-binstall - Remove unnecessary dirs dependency - Bump dependencies ## [0.2.0] - 2022-08-11 + ### Features + - Add a configuration file ([#12](https://github.com/orhun/systeroid/issues/12)) - See [configuration](https://github.com/orhun/systeroid#configuration) and [`systeroid.conf`](https://github.com/orhun/systeroid/blob/main/config/systeroid.conf) - (tui) Show deprecated values optionally via `--deprecated` flag ### Documentation + - Update broken links ### Miscellaneous Tasks + - Update MSRV to 1.57.0 - Switch to Rust stable builds - Bump dependencies @@ -85,12 +102,16 @@ All notable changes to this project will be documented in this file. - Consider supporting my open source work 💖 ## [0.1.1] - 2022-04-19 + ### Added + - (cli) Support explaining multiple parameters - Add installation instructions for Arch Linux ### Fixed + - (tui) Replace tab with whitespace in values ## [0.1.0] - 2022-04-16 + Initial release.