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:
Clement Tsang 2024-06-06 22:06:53 -04:00 committed by GitHub
parent 8885910442
commit 46520d8b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -148,7 +148,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "bottom"
version = "0.9.6"
version = "0.10.0"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -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"