From c994d75ab1560af8f805978df59fcddeb86c31f4 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 5 Aug 2023 11:20:51 +0200 Subject: [PATCH] update documents for 3.3.1 --- CHANGELOG.md | 8 ++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- content/index.gmi | 7 +++++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bee751..abeac80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ 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] -Thank you to Jan Stępień for contributing to this release. + +## [3.3.1] - 2023-08-05 +Thank you to Jan Stępień and @michaelnordmeyer for contributing to this release. ### Fixed * set permissions for generated key files so only owner can read them +* improve documentation and tests ## [3.3.0] - 2023-03-18 Thank you to @equalsraf, @michaelnordmeyer and @wanderer1988 for contributing to this release. @@ -351,7 +354,8 @@ Thank you to @m040601 for contributing to this release. ## [1.0.0] - 2020-05-21 -[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.3.0...HEAD +[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.3.1...HEAD +[3.3.1]: https://github.com/mbrubeck/agate/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/mbrubeck/agate/compare/v3.2.4...v3.3.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 8fa2700..24d8dd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agate" -version = "3.3.0" +version = "3.3.1" dependencies = [ "anyhow", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 84431c4..0f354e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.0" +version = "3.3.1" 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 7a90642..2415f36 100644 --- a/content/index.gmi +++ b/content/index.gmi @@ -223,6 +223,13 @@ 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.3.1] - 2023-08-05 +Thank you to Jan Stępień and @michaelnordmeyer for contributing to this release. + +### Fixed +* set permissions for generated key files so only owner can read them +* improve documentation and tests + ## [3.3.0] - 2023-03-18 Thank you to @equalsraf, @michaelnordmeyer and @wanderer1988 for contributing to this release.