Skip to content

Commit 95ded6c

Browse files
committed
chore(release): prepare for v0.4.6
1 parent 3546122 commit 95ded6c

File tree

7 files changed

+29
-10
lines changed

7 files changed

+29
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.6] - 2025-09-07
6+
7+
### Changed
8+
- Use transparent background by default by @tessus in [#193](https://github.com/orhun/systeroid/pull/193)
9+
- Update deps by @tessus
10+
- Update external actions by @tessus
11+
- Update getopts to 0.2.24 by @tessus
12+
- Update rust in Docker builds by @tessus
13+
14+
### Fixed
15+
- Fix typos by @tessus in [#197](https://github.com/orhun/systeroid/pull/197)
16+
- Links in readme and changelog by @tessus in [#173](https://github.com/orhun/systeroid/pull/173)
17+
- Tui-logger breaking change by @tessus
18+
19+
## New Contributors
20+
* @tessus made their first contribution in [#193](https://github.com/orhun/systeroid/pull/193)
21+
22+
**Full Changelog**: https://github.com/orhun/systeroid/compare/v0.4.5...0.4.6
23+
524
## [0.4.5] - 2024-12-11
625

726
### Refactor

Cargo.lock

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

man8/systeroid-tui.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for systeroid-tui
22

3-
.TH SYSTEROID-TUI "8" "2024-12-11" "systeroid-tui" "System Administration"
3+
.TH SYSTEROID-TUI "8" "2025-09-07" "systeroid-tui" "System Administration"
44
.SH NAME
55
systeroid-tui \- manage kernel parameters with a terminal user interface
66

man8/systeroid.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for systeroid
22

3-
.TH SYSTEROID "8" "2024-12-11" "systeroid" "System Administration"
3+
.TH SYSTEROID "8" "2025-09-07" "systeroid" "System Administration"
44
.SH NAME
55
systeroid \- configure kernel parameters at runtime
66

systeroid-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "systeroid-core"
3-
version = "0.4.5" # managed by release.sh
3+
version = "0.4.6" # managed by release.sh
44
description = "Core library of systeroid"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

systeroid-tui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "systeroid-tui"
3-
version = "0.4.5" # managed by release.sh
3+
version = "0.4.6" # managed by release.sh
44
description = "A terminal user interface for managing kernel parameters"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -26,7 +26,7 @@ log.workspace = true
2626
thiserror.workspace = true
2727

2828
[dependencies.systeroid-core]
29-
version = "0.4.5" # managed by release.sh
29+
version = "0.4.6" # managed by release.sh
3030
path = "../systeroid-core"
3131

3232
[dependencies.ratatui]

systeroid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "systeroid"
3-
version = "0.4.5" # managed by release.sh
3+
version = "0.4.6" # managed by release.sh
44
description = "A more powerful alternative to sysctl"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ env_logger = "0.11.8"
2424
getopts = "0.2.24"
2525

2626
[dependencies.systeroid-core]
27-
version = "0.4.5" # managed by release.sh
27+
version = "0.4.6" # managed by release.sh
2828
path = "../systeroid-core"
2929

3030
# metadata for cargo-binstall to get the right artifacts

0 commit comments

Comments
 (0)