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