From d98bfcd55a296eddfc64712768491c950152ca1c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 21 Nov 2022 10:52:30 +0100 Subject: [PATCH] chore(cargo): Bump version (v0.27.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 62b7b67..054867b 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.27.0] 2022-10-21 + ### Dependency Updates * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511]) diff --git a/Cargo.lock b/Cargo.lock index 9a01bbc..0f53cfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.26.0" +version = "0.27.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 19c9c7b..4200584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.26.0" +version = "0.27.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"