Skip to content

Commit 4466dab

Browse files
committed
chore: Prepare for the release v1.7.0
1 parent 443cb6e commit 4466dab

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kmon"
3-
version = "1.6.5"
3+
version = "1.7.0"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)