From 46520d8b4ec12be293a4050cf4c851271e2d9bdd Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:06:53 -0400 Subject: [PATCH] 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. --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"