agate

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

commit 780c83db3b83f433319bb3e09dce705179e21d93
parent 197e4592b94d56d92d3280cf04555ea9d1eb301f
Author: Johann150 <johann.galle@protonmail.com>
Date:   Fri, 12 Feb 2021 16:57:41 +0100

release v2.5.0

Diffstat:
MCHANGELOG.md | 5++++-
MCargo.lock | 2+-
MCargo.toml | 2+-
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,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] + +## [2.5.0] Agate now has an explicit code of conduct and contributing guidelines. Thank you to @gegeweb for contributing to this release. @@ -156,7 +158,8 @@ Thank you @Johann150 and @tronje for contributing to this release! ## [1.0.0] - 2020-05-21 -[Unreleased]: https://github.com/mbrubeck/agate/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/mbrubeck/agate/compare/v2.5.0...HEAD +[2.5.0]: https://github.com/mbrubeck/agate/compare/v2.4.1...v2.5.0 [2.4.1]: https://github.com/mbrubeck/agate/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/mbrubeck/agate/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/mbrubeck/agate/compare/v2.2.0...v2.3.0 diff --git a/Cargo.lock b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "2.4.1" +version = "2.5.0" dependencies = [ "configparser", "env_logger", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "2.4.1" +version = "2.5.0" 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"]