From 6fb1b1425344e8cc770bd297c7713a0a278c8fa2 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Wed, 18 May 2022 13:45:39 +0200 Subject: [PATCH] 3.2.4 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- content/index.gmi | 8 ++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a9440..6c06f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.4] - 2022-05-18 +Thank you to @06kellyjac, @albertlarsan68 and @kahays for contributing to this release. + ### Fixed +* removed port collisions in tests, for the last time (#143) +* fixed Dockerfile startup command (#169) * upated dependencies ## [3.2.3] - 2022-02-04 @@ -331,7 +336,8 @@ Thank you to @m040601 for contributing to this release. ## [1.0.0] - 2020-05-21 -[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.2.3...HEAD +[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.2.4...HEAD +[3.2.4]: https://github.com/mbrubeck/agate/compare/v3.2.3...v3.2.4 [3.2.3]: https://github.com/mbrubeck/agate/compare/v3.2.2...v3.2.3 [3.2.2]: https://github.com/mbrubeck/agate/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/mbrubeck/agate/compare/v3.2.0...v3.2.1 diff --git a/Cargo.lock b/Cargo.lock index bf283c0..6a9ab04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "agate" -version = "3.2.3" +version = "3.2.4" dependencies = [ "anyhow", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 9b4d74d..4c351e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.2.3" +version = "3.2.4" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"] diff --git a/content/index.gmi b/content/index.gmi index d35916f..4f49ca6 100644 --- a/content/index.gmi +++ b/content/index.gmi @@ -215,6 +215,14 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver => https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page => https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0 +## [3.2.4] - 2022-05-18 +Thank you to @06kellyjac, @albertlarsan68 and @kahays for contributing to this release. + +### Fixed +* removed port collisions in tests, for the last time (#143) +* fixed Dockerfile startup command (#169) +* upated dependencies + ## [3.2.3] - 2022-02-04 Thank you to T. Spivey for contributing to this release.