diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd7a9c9..c4b54cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 3a98e8fa..15d246f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "bottom" -version = "0.9.6" +version = "0.10.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7e4dd767..6714ce0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.9.6" +version = "0.10.0" authors = ["Clement Tsang "] edition = "2021" repository = "https://github.com/ClementTsang/bottom"