From 194bf919ce052fae8260cfe8c7b088e75c941eec Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Thu, 11 Jul 2024 14:00:00 +0200 Subject: [PATCH] Release actix-middleware-etag v0.4.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9813f85..64b3a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,36 @@ All notable changes to this project will be documented in this file. 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). +## v0.4.0 (2024-07-11) + +### Other + + - Bumped dependencies to 4.8 of actix + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 230 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Bumped dependencies to 4.8 of actix ([`f1ffaad`](https://github.com/chriswk/actix-middleware-etag/commit/f1ffaad020060379377ed6bdf05eeaab5a5d0a15)) +
+ ## v0.3.0 (2023-11-23) + + + ### Chore - Ready for release @@ -20,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release. + - 4 commits contributed to the release. - 295 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#2](https://github.com/chriswk/actix-middleware-etag/issues/2) @@ -34,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#2](https://github.com/chriswk/actix-middleware-etag/issues/2)** - Use None body instead of empty ([`c93f976`](https://github.com/chriswk/actix-middleware-etag/commit/c93f9768d71bdd4a967cc02f68eec816833d607b)) * **Uncategorized** + - Release actix-middleware-etag v0.3.0 ([`f42be50`](https://github.com/chriswk/actix-middleware-etag/commit/f42be50440883bb0620955f2a2f25dffd09c124c)) - Ready for release ([`864504d`](https://github.com/chriswk/actix-middleware-etag/commit/864504de94e17b5c1f48e86ffa6ffda3f3703012)) - Remove unused import ([`706fc83`](https://github.com/chriswk/actix-middleware-etag/commit/706fc83a66682004709d164ed10b3ad0407a34c3)) diff --git a/Cargo.lock b/Cargo.lock index 1f4a6ea..1bae8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "actix-middleware-etag" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix-service", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 94d1eef..5199d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-middleware-etag" description = "ETag middleware for Actix web >= 4.8" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/chriswk/actix-middleware-etag" homepage = "https://github.com/chriswk/actix-middleware-etag"