diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9dbc4a..f7cd13d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ That said, these are more guidelines rather than hard rules, though the project --- -## Unreleased +## 0.14.4 - 2026-07-09 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 3f94dc3d..9cd334f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.3" +version = "0.14.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b48f3960..9370e75f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.14.3" +version = "0.14.4" repository = "https://github.com/ClementTsang/bottom" license = "MIT" description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows." diff --git a/tools/schema_gen/Cargo.lock b/tools/schema_gen/Cargo.lock index 83365ecb..e7e13195 100644 --- a/tools/schema_gen/Cargo.lock +++ b/tools/schema_gen/Cargo.lock @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.3" +version = "0.14.4" dependencies = [ "anyhow", "clap",