From 5d7e5d219ac06df53e634ce5f2c27ba492d8a3ef Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Feb 2023 23:42:00 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e074c..fbcb630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.31.0] 2023-02-13 + ### Dependency Updates * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2 ([#547]) From d27fc2352deaabae971423ff2635798045d42d4a Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Feb 2023 23:42:28 +0100 Subject: [PATCH 2/2] Bump version to 0.31.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f31417..cf00235 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.30.0" +version = "0.31.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ee299ce..2ec1cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.30.0" +version = "0.31.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"