From 612e9ac3f4b12fb5424198d1672d0a7dd95c3b93 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 7 Jan 2021 19:25:05 +1300 Subject: [PATCH] Release HURL2! --- ChangeLog.md | 12 +++++++++--- hurl.cabal | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f48b67c..2ecec91 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,16 @@ # Revision history for hurl -## 0.1.0.0 -- YYYY-mm-dd - -* First version. Released on an unsuspecting world. +## 2.0.0.0 -- 2021-01-07 +* Fix several real & potential crashes +* Expose APIs for querying localized labels for MIME types from the OS +* Expand search path for executable extensions +* Subsume Appstream feature flag into FreeDesktop, XML dependency is now nearly-required on Linux. ## 1.5.0.0 -- 2020-12-24 * Add HTTP caching * Add `ext:` URI scheme as a plugin system. * Expose APIs list all apps for a given MIMEtype & open a URL in one. + +## 0.1.0.0 -- YYYY-mm-dd + +* First version. Released on an unsuspecting world. diff --git a/hurl.cabal b/hurl.cabal index 644f914..3f920ba 100644 --- a/hurl.cabal +++ b/hurl.cabal @@ -10,7 +10,7 @@ name: hurl -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 1.5.0.0 +version: 2.0.0.0 -- A short (one-line) description of the package. synopsis: Haskell URL resolver -- 2.30.2