webfinger-client 0.2.1.0 → 0.2.2.0
raw patch · 2 files changed
+19/−11 lines, 2 filesdep ~basedep ~text
Dependency ranges changed: base, text
Files
- NEWS.md +16/−8
- webfinger-client.cabal +3/−3
NEWS.md view
@@ -1,8 +1,23 @@ This file lists the user-visible interesting changes between releases. For a full list of changes to the source, see the ChangeLog. +webfinger-client 0.2.2.0 -- 2025-05-05+====================================== +General, build and documentation changes:+* Bumped version to 0.2.2.0 in webfinger-client.cabal.+* Updated dependency constraints for `base` and `text` in webfinger-client.cabal. +New APIs, features and enhancements:+* (None)++Bug fixes:+* (None)++Dependency changes:+* Updated `base` dependency to `>= 4.17.2 && < 4.21`.+* Updated `text` dependency to `>= 2.0.2 && < 2.2`.+ webfinger-client 0.2.1.0 -- 2025-05-05 ====================================== @@ -25,10 +40,6 @@ Dependency changes: * (None) ---- webfinger-client 0.2.0.0 -- 2016-01-28 ====================================== @@ -49,10 +60,6 @@ * Add link-relations ---- webfinger-client 0.1.0.0 -- 2015-12-12 ====================================== @@ -71,3 +78,4 @@ Dependency changes: * (This is the first release)+
webfinger-client.cabal view
@@ -1,5 +1,5 @@ name: webfinger-client-version: 0.2.1.0+version: 0.2.2.0 synopsis: WebFinger client library description: This is a client library for querying a@@ -26,7 +26,7 @@ -- other-modules: -- other-extensions: build-depends: aeson >= 2.2.3 && < 2.3- , base >= 4.17.2 && < 4.18+ , base >= 4.17.2 && < 4.21 , bytestring >= 0.11.5 && < 0.12 , data-default-class >= 0.2.0 && < 0.3 , hashable >= 1.4.7 && < 1.5@@ -34,7 +34,7 @@ , http-client-tls >= 0.3.6 && < 0.4 , http-types >= 0.12.4 && < 0.13 , link-relations >= 0.1.1 && < 0.2- , text >= 2.0.2 && < 2.1+ , text >= 2.0.2 && < 2.2 , unordered-containers >= 0.2.20 && < 0.3 , uri-bytestring >= 0.4.0 && < 0.5 hs-source-dirs: src