@@ -5,9 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Master
8+ ## [ 1.7.0] - 2024-12-12
9+
910### Added
10- - Support for searching kernel modules by regular expression
11+ - Add support for searching kernel modules by regex by @Integral-Tech in [ #178 ] ( https://github.com/orhun/kmon/pull/178 )
12+
13+ ### Changed
14+ - Use binary units for size instead of decimal units by @Integral-Tech in [ #177 ] ( https://github.com/orhun/kmon/pull/177 )
15+ - Replace make with $(MAKE) in example Makefile by @Integral-Tech in [ #175 ] ( https://github.com/orhun/kmon/pull/175 )
16+ - Replace format! with other macros/methods when unnecessary by @Integral-Tech in [ #176 ] ( https://github.com/orhun/kmon/pull/176 )
17+ - Use the conventional comment syntax by @Muhammad-Owais-Warsi in [ #174 ] ( https://github.com/orhun/kmon/pull/174 )
18+ - Run cargo fmt for formatting by @orhun
19+ - Update formatting for Rust nightly by @orhun
20+ - Apply clippy suggestions by @orhun
21+ - Update Twitter handle by @orhun
22+ - Update Arch Linux package link by @orhun
23+ - Update tui reference by @orhun
24+ - Update table of contents by @orhun
25+ - Update MSRV to 1.74.1 by @orhun
26+ - Upgrade dependencies by @orhun
27+
28+ ## New Contributors
29+
30+ * @Integral-Tech made their first contribution in [ #178 ] ( https://github.com/orhun/kmon/pull/178 )
31+ * @Muhammad-Owais-Warsi made their first contribution in [ #174 ] ( https://github.com/orhun/kmon/pull/174 )
32+
33+ [ 1.7.0 ] : https://github.com/orhun/kmon/compare/v1.6.5..1.7.0
1134
1235## [ 1.6.5] - 2024-04-12
1336### Added
0 commit comments