From d6c5b1f196e55e26671c7889ec8d5612eb550180 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 17 Nov 2023 18:08:39 +0100 Subject: [PATCH 1/2] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98267ce..7d45301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hoc" -version = "0.35.0" +version = "0.36.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 116f0bc..54d3ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.35.0" +version = "0.36.0" authors = ["Valentin Brandl "] edition = "2021" build = "src/build.rs" From f9c1da4d87538f3fce6e069b03de28313c76894b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 17 Nov 2023 18:08:46 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f7f23..f33f7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.36.0] 2023-11-17 ### Dependencies - Bump `serde` from 1.0.160 to 1.0.192 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654), [#655](https://github.com/vbrandl/hoc/pull/655), [#657](https://github.com/vbrandl/hoc/pull/657), [#669](https://github.com/vbrandl/hoc/pull/669), [#687](https://github.com/vbrandl/hoc/pull/687), [#692](https://github.com/vbrandl/hoc/pull/692), [#698](https://github.com/vbrandl/hoc/pull/698)) - Bump `actions/cache` from 2 to 3 (#616) @@ -251,4 +253,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#502]: https://github.com/vbrandl/hoc/pull/502 [#503]: https://github.com/vbrandl/hoc/pull/503 [#504]: https://github.com/vbrandl/hoc/pull/504 -[#508]: https://github.com/vbrandl/hoc/pull/508 \ No newline at end of file +[#508]: https://github.com/vbrandl/hoc/pull/508