From b519daf1a4d4eacfbb89251d6ed4dc223a0bebb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 1 Feb 2024 06:24:50 +0100 Subject: [PATCH] chore: release rime v0.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9214db..3cd41f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,27 @@ SPDX-License-Identifier: AGPL-3.0-only All notable changes to this project will be documented in this file. +## [0.1.8] - 2024-02-01 + +### Bug Fixes + +- Remove next.forgejo.org testing + +### Miscellaneous Tasks + +- Bump clap from 4.4.10 to 4.4.11 +- Bump tokio from 1.34.0 to 1.35.0 +- Bump h2 from 0.3.21 to 0.3.24 +- Bump flake inputs +- Bump hyper from 1.0.1 to 1.1.0 +- Bump tokio from 1.35.0 to 1.35.1 +- Bump reqwest from 0.11.22 to 0.11.23 + +### Build + +- Single command integration tests +- Bump serde_yaml from 0.9.27 to 0.9.29 + ## [0.1.7] - 2023-12-07 ### Bug Fixes @@ -19,6 +40,7 @@ All notable changes to this project will be documented in this file. - Bump clap from 4.4.8 to 4.4.10 - Bump axum from 0.6.20 to 0.7.2 +- Release rime v0.1.7 ## [0.1.6] - 2023-11-30 diff --git a/Cargo.lock b/Cargo.lock index 1983242..81c2e27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "rime" -version = "0.1.7" +version = "0.1.8" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 514f18f..61e8cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" authors = ["Christina Sørensen "] categories = ["command-line-utilities"] license = "AGPL-3.0-only" -version = "0.1.7" +version = "0.1.8" rust-version = "1.73.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html