mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-07 20:27:17 +02:00
uptick: 0.10.0 (#1479)
Note that I'm not releasing 0.10.0 _yet_, will do so after a few more changes are done.
This commit is contained in:
parent
8885910442
commit
46520d8b4e
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.9.7]/[0.10.0] - Unreleased
|
||||
## [0.10.0] - Unreleased
|
||||
|
||||
### Features
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -148,7 +148,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.9.6"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bottom"
|
||||
version = "0.9.6"
|
||||
version = "0.10.0"
|
||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||
edition = "2021"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
|
Loading…
x
Reference in New Issue
Block a user