Skip to content

Commit

Permalink
update documents for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann150 committed Apr 8, 2021
1 parent 1e8aa8c commit f1c71ea
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 30 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [3.0.2] - 2021-04-08
Thank you to @kvibber, @lifelike and @pasdechance for contributing to this release.

### Changed
Expand Down Expand Up @@ -233,7 +235,8 @@ Thank you to @m040601 for contributing to this release.

## [1.0.0] - 2020-05-21

[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.0.1...HEAD
[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.0.2...HEAD
[3.0.2]: https://github.com/mbrubeck/agate/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/mbrubeck/agate/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/mbrubeck/agate/compare/v2.5.3...v3.0.0
[2.5.3]: https://github.com/mbrubeck/agate/compare/v2.5.2...v2.5.3
Expand Down
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agate"
version = "3.0.1"
version = "3.0.2"
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"]
Expand Down
9 changes: 8 additions & 1 deletion content/index.gmi
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,14 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
=> https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page
=> https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0

## [Unreleased]
## [3.0.2] - 2021-04-08
Thank you to @kvibber, @lifelike and @pasdechance for contributing to this release.

### Changed
* The new specfication changes are obeyed regarding rejecting request URLs that contain fragments or userinfo parts.
* The default signature algorithm used for generating certificates has been changed to ECDSA since there were multiple complaints about Ed25519.

## [3.0.1] - 2021-03-28
Thank you to @MidAutumnMoon and @steko for contributing to this release.

### Added
Expand Down

0 comments on commit f1c71ea

Please sign in to comment.