From b6164cbc081cf5abcea47792cadb93c36c9d5fdf Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 18 Oct 2022 12:19:17 +0200 Subject: [PATCH] chore: Bump version (v0.26.0) --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d73bf..522663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.0] 2022-10-03 + ### Changed * Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16 ([#501]) diff --git a/Cargo.lock b/Cargo.lock index b83a9b2..bdbacb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.25.0" +version = "0.26.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4016fea..e5df94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.25.0" +version = "0.26.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"