~alcinnz/hurl

56c104c2ce0716ba2036c3380fbd3eee8153c294 — Adrian Cochrane 1 year, 5 months ago 8b90ce1
Release 2.3!
2 files changed, 5 insertions(+), 1 deletions(-)

M ChangeLog.md
M hurl.cabal
M ChangeLog.md => ChangeLog.md +4 -0
@@ 1,5 1,9 @@
# Revision history for hurl

## 2.3.0.0 -- 2022-10-31
* Fix MIMEtypes on error messages.
* Fix overly-strict certificate validation, sacrificing clientside certificates.

## 2.2.0.0 -- 2022-08-06
* Fix webform submission, refine API, & support multiple encodings.
* Switch from OpenSSL to `tls`/Cryptonite for a cryptographic backend for better error reporting & to fix Gemini implementation

M hurl.cabal => hurl.cabal +1 -1
@@ 10,7 10,7 @@ name:                hurl
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             2.2.0.0
version:             2.3.0.0

-- A short (one-line) description of the package.
synopsis:            Haskell URL resolver