mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Version 3.3.19
This commit is contained in:
parent
3bc7471f7b
commit
47410867a5
3 changed files with 8 additions and 2 deletions
|
|
@ -10,6 +10,12 @@ This may lead to no listed changes for a version.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.3.19] - 2025-09-18
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Update dependencies.
|
||||||
|
* Document commands for converting PEM to DER.
|
||||||
|
|
||||||
## [3.3.18] - 2025-08-05
|
## [3.3.18] - 2025-08-05
|
||||||
## [3.3.17] - 2025-06-27
|
## [3.3.17] - 2025-06-27
|
||||||
## [3.3.16] - 2025-05-06
|
## [3.3.16] - 2025-05-06
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agate"
|
name = "agate"
|
||||||
version = "3.3.18"
|
version = "3.3.19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "agate"
|
name = "agate"
|
||||||
version = "3.3.18"
|
version = "3.3.19"
|
||||||
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
|
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
|
||||||
description = "Very simple server for the Gemini hypertext protocol"
|
description = "Very simple server for the Gemini hypertext protocol"
|
||||||
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
|
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue