agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 0924a3a6e23ade6d305863516ab0153a377fd8b8
parent 8365bbad4cc82f848f53631675a61518354ac269
Author: Johann150 <johann.galle@protonmail.com>
Date:   Tue, 25 Jan 2022 23:59:34 +0100

release 3.2.2

Diffstat:
MCHANGELOG.md | 5+++--
MCargo.lock | 2+-
MCargo.toml | 2+-
Mcontent/index.gmi | 9+++++++++
4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [3.2.3] - 2022-01-25 +## [3.2.2] - 2022-01-25 Thank you to @Suzie97 for contributing to this release. ### Added @@ -320,7 +320,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.1...HEAD +[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.2.2...HEAD +[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 [3.2.0]: https://github.com/mbrubeck/agate/compare/v3.1.3...v3.2.0 [3.1.3]: https://github.com/mbrubeck/agate/compare/v3.1.2...v3.1.3 diff --git a/Cargo.lock b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "agate" -version = "3.2.1" +version = "3.2.2" dependencies = [ "anyhow", "configparser", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.2.1" +version = "3.2.2" authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"] 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 @@ -215,6 +215,15 @@ 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.3] - 2022-01-25 +Thank you to @Suzie97 for contributing to this release. + +### Added +* CI build for `aarch64-apple-darwin` target (#137) + +### Fixed +* updated dependencies + ## [3.2.1] - 2021-12-02 Thank you to @MatthiasPortzel for contributing to this release.