From b03e316c891b09480542717c6b04cff5f5fab654 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 16 Mar 2023 14:32:10 +0100 Subject: [PATCH] Bump version to 0.33.0 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ceb2ef..25e9a0a 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.33.0] 2023-03-16 + * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27 ([#575]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.156 ([#576]) diff --git a/Cargo.lock b/Cargo.lock index f539fef..7e6720a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.32.0" +version = "0.33.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index f3f5d5d..a259728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.32.0" +version = "0.33.0" authors = ["Valentin Brandl "] edition = "2021" build = "build.rs"