From 30906da8035aa039865a2fccc234778bea0f8ccd Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 16 Jan 2023 10:02:36 +0100 Subject: [PATCH] Bump version (v0.30.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 2249495..2b82ed8 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.30.0] 2023-01-16 + ### New Features * Allow customization of the badge label ([#546]) diff --git a/Cargo.lock b/Cargo.lock index 3c81587..18d3088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.29.0" +version = "0.30.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5d427c6..d6aa7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.29.0" +version = "0.30.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"