uptick: 0.14.2 (#2110)

This commit is contained in:
Clement Tsang
2026-06-27 17:56:39 -04:00
committed by GitHub
parent 40254c24e0
commit a0e2de6333
6 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ That said, these are more guidelines rather than hard rules, though the project
---
## 0.14.2 - Unreleased
## 0.14.2 - 2026-06-27
### Other
Generated
+1 -1
View File
@@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.1"
version = "0.14.2"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.14.1"
version = "0.14.2"
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."
+1 -1
View File
@@ -111,7 +111,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.1"
version = "0.14.2"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0.101"
bottom = { path = "../../", features = ["generate_schema"] }
clap = { version = "4.5.57", features = ["default", "cargo", "wrap_help", "derive"] }
clap = { version = "4.5.57", features = ["derive"] }
itertools = "0.15.0"
schemars = "1.2.1"
serde_json = "1.0.149"
+3
View File
@@ -0,0 +1,3 @@
# schema_gen
This is just a tool to automatically generate [JSON Schema](https://json-schema.org/) for bottom's config.