From 77cfcce5df2359ccfc1f74254466e974d55cf454 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Wed, 4 Jan 2023 10:09:48 -0500 Subject: [PATCH] version 0.1.0.1 --- ChangeLog.md | 3 ++- gemcap.cabal | 2 +- package.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e328c56..4c44ff7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ # Changelog for gemcap -## Unreleased changes +## 0.1.0.1 +- updated underlying libraries to more current versions - fixed a bug that would cause the server to crash when the client aborted the handshake by rejecting the key diff --git a/gemcap.cabal b/gemcap.cabal index 99c7423..bb20fbc 100644 --- a/gemcap.cabal +++ b/gemcap.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: gemcap -version: 0.1.0 +version: 0.1.0.1 synopsis: a simple Gemini capsule (server) description: a simple Gemini capsule (server) - see README.md for details category: Gemini diff --git a/package.yaml b/package.yaml index 6589deb..9a00097 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: gemcap -version: 0.1.0 +version: 0.1.0.1 license: AGPL-3.0-or-later author: "Jonathan Lamothe" maintainer: "jonathan@jlamothe.net"