packages feed

github-rest 1.1.3 → 1.1.4

raw patch · 4 files changed

+7/−3 lines, 4 filesdep ~bytestringdep ~textdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, text, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# v1.1.4++* Fix a test failure due to GitHub changing URLs+ # v1.1.3  * Add support for GHC 9.4 + 9.6
github-rest.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           github-rest-version:        1.1.3+version:        1.1.4 synopsis:       Query the GitHub REST API programmatically description:    Query the GitHub REST API programmatically, which can provide a more                 flexible and clear interface than if all of the endpoints and their types
test/goldens/gists-gist_id-sha-404.golden view
@@ -1,1 +1,1 @@-Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/gists#get-a-gist-revision"),("message",String "Not Found")])+Object (fromList [("documentation_url",String "https://docs.github.com/rest/gists/gists#get-a-gist-revision"),("message",String "Not Found")])
test/goldens/gists-gist_id-sha-422.golden view
@@ -1,1 +1,1 @@-Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/gists#get-a-gist-revision"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])+Object (fromList [("documentation_url",String "https://docs.github.com/rest/gists/gists#get-a-gist-revision"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])