Skip to content

Commit f48a271

Browse files
committed
chore: Prepare for the release v1.7.1
1 parent 63efcbc commit f48a271

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [1.7.1] - 2024-12-15
9+
10+
### Fixed
11+
- Use the smaller regex-lite crate by @omnivagant in [#180](https://github.com/orhun/kmon/pull/180)
12+
- Allow '?' as search query by @orhun
13+
14+
### Changed
15+
- Update Cargo.lock by @orhun
16+
- Update Cargo.lock format version by @orhun
17+
18+
## New Contributors
19+
20+
* @omnivagant made their first contribution in [#180](https://github.com/orhun/kmon/pull/180)
21+
822
## [1.7.0] - 2024-12-12
923

1024
### 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.7.0"
3+
version = "1.7.1"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)