agate

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

commit 2022e85d3fa712bdfdaf31000ca4ce2bbe79a4e4
parent 494fadc91fba7f205bf1fef0ad7d28b53f476827
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Wed, 27 Dec 2023 08:06:58 -0800

Version 3.3.2

Diffstat:
MCHANGELOG.md | 5+++++
MCargo.toml | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.2] - 2023-12-27 + +### Fixed +* updated dependencies + ## [3.3.1] - 2023-08-05 Thank you to Jan Stępień and @michaelnordmeyer for contributing to this release. diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.1" +version = "3.3.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"]