mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
release v2.5.0
This commit is contained in:
parent
197e4592b9
commit
780c83db3b
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "agate"
|
||||
version = "2.4.1"
|
||||
version = "2.5.0"
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue