uptick: 0.14.0 (#2094)

Uptick to prepare to release 0.14.0.
This commit is contained in:
Clement Tsang
2026-06-20 09:03:19 +00:00
committed by GitHub
parent 5fde90fc3f
commit ed9ffbc865
4 changed files with 1652 additions and 3 deletions
+4 -1
View File
@@ -20,16 +20,19 @@ That said, these are more guidelines rather than hard rules, though the project
---
## 0.14.0 - Unreleased
## 0.14.0 - 2026-06-20
### Bug Fixes
- [#2093](https://github.com/ClementTsang/bottom/pull/2093): Fix memory collection using cgroup v1 sentinel max as total.
### Features
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Add UFS disk I/O counters for FreeBSD.
### Other
- [#2052](https://github.com/ClementTsang/bottom/pull/2052): Update minimum Rust version to 1.95.0.
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Use sysinfo for disk I/O for FreeBSD.
## [0.13.0] - 2026-06-19
Generated
+1 -1
View File
@@ -156,7 +156,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.13.0"
version = "0.14.0"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.13.0"
version = "0.14.0"
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."
File diff suppressed because it is too large Load Diff