mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-09 06:01:04 +00:00
uptick: 0.14.2 (#2110)
This commit is contained in:
+1
-1
@@ -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
@@ -132,7 +132,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
+1
-1
@@ -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."
|
||||
|
||||
Generated
+1
-1
@@ -111,7 +111,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# schema_gen
|
||||
|
||||
This is just a tool to automatically generate [JSON Schema](https://json-schema.org/) for bottom's config.
|
||||
Reference in New Issue
Block a user