agate

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

commit a5f6219e4774e7740f5fa27a554d60d3ac1bbeee
parent d48ed0c2c678db81263adea9ab697e035fb8e239
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Wed, 27 Dec 2023 09:10:48 -0800

Version 3.3.3

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.3] - 2023-12-27 + +### Fixed +* fixed release automation + ## [3.3.2] - 2023-12-27 ### Fixed diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.2" +version = "3.3.3" 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"]