From a5f6219e4774e7740f5fa27a554d60d3ac1bbeee Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 27 Dec 2023 09:10:48 -0800 Subject: [PATCH] Version 3.3.3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d24fa9..e32bc82 100644 --- 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 index 6f2c26d..2032933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.2" +version = "3.3.3" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]