From 780c83db3b83f433319bb3e09dce705179e21d93 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Fri, 12 Feb 2021 16:57:41 +0100 Subject: [PATCH] release v2.5.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a006d..af171cd 100644 --- 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 index 7336c08..5530efb 100644 --- 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 index d33145f..c3d326e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "2.4.1" +version = "2.5.0" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]