From ec4fc9aa7b5eecd28f152c35e6ec11f4b313e980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 30 Nov 2023 05:38:49 +0100 Subject: [PATCH] chore: release rime v0.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d488ce..a4b883a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ SPDX-License-Identifier: AGPL-3.0-only All notable changes to this project will be documented in this file. +## [0.1.6] - 2023-11-30 + +### Features + +- Add integration testing against freedesktops gitlab + +### Miscellaneous Tasks + +- Bump serde from 1.0.192 to 1.0.193 +- Bump form_urlencoded from 1.2.0 to 1.2.1 +- Bump hyper from 0.14.27 to 1.0.1 +- Bump openssl from 0.10.57 to 0.10.60 + ## [0.1.5] - 2023-11-23 ### Bug Fixes @@ -19,6 +32,7 @@ All notable changes to this project will be documented in this file. - Update flake inputs - Bump http-body-util from 0.1.0-rc.3 to 0.1.0 +- Release rime v0.1.5 ### Testing diff --git a/Cargo.lock b/Cargo.lock index cc26538..903e804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1019,7 +1019,7 @@ dependencies = [ [[package]] name = "rime" -version = "0.1.5" +version = "0.1.6" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b9a9e2c..e41c201 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.5" +version = "0.1.6" rust-version = "1.73.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html