From 3c5c206f9bda5dc1714fb267db118f454c0d739c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 7 Jan 2023 16:08:27 +0100 Subject: [PATCH 1/2] chore(cargo): Bump version to 0.29.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d89005..54b334a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.28.0" +version = "0.29.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 04d2267..c696af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.28.0" +version = "0.29.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs" From 2c23df798f5d8d94a95ee33ef4bc57e0e87790f3 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 7 Jan 2023 16:08:31 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1337572..5677fe2 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.29.0] 2023-01-07 + ### Dependency Updates * Updated [`badgers`](https://github.com/vbrandl/badgers) from 1.0.0 to 1.1.0 ([#530])