github-rest 1.0.2 → 1.0.3
raw patch · 4 files changed
+13/−9 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- github-rest.cabal +7/−7
- test/goldens/gists-gist_id-sha-404.golden +1/−1
- test/goldens/gists-gist_id-sha-422.golden +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Upcoming +## 1.0.3++* Fix goldens after GitHub changed documentation URL+ ## 1.0.2 * Remove `MonadFail` constraint on `MonadGitHubREST`
github-rest.cabal view
@@ -1,13 +1,13 @@ cabal-version: >= 1.10 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 231df145cc80e684a3c56624d1905d86e2c93e163e084a8afbe92e4ae1bc0d8f+-- hash: 9626757e084e5f6d0d88ae12dee832d693aa6ae2dea9283634eb783be14cfe9f name: github-rest-version: 1.0.2+version: 1.0.3 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@@ -46,10 +46,10 @@ src ghc-options: -Wall build-depends:- aeson >=1.1.2.0 && <1.5+ aeson >=1.1.2.0 && <1.6 , base >=4.9 && <5 , bytestring >=0.10.8.1 && <0.11- , http-client >=0.5.13.1 && <0.7+ , http-client >=0.5.13.1 && <0.8 , http-client-tls >=0.3.5.3 && <0.4 , http-types >=0.12.1 && <0.13 , jwt >=0.9.0 && <0.11@@ -80,12 +80,12 @@ test ghc-options: -Wall build-depends:- aeson >=1.1.2.0 && <1.5+ aeson >=1.1.2.0 && <1.6 , aeson-qq , base >=4.9 && <5 , bytestring >=0.10.8.1 && <0.11 , github-rest- , http-client >=0.5.13.1 && <0.7+ , http-client >=0.5.13.1 && <0.8 , http-client-tls >=0.3.5.3 && <0.4 , http-types >=0.12.1 && <0.13 , jwt >=0.9.0 && <0.11
test/goldens/gists-gist_id-sha-404.golden view
@@ -1,1 +1,1 @@-Object (fromList [("documentation_url",String "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "Not Found")])+Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/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://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])+Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/gists#get-a-gist-revision"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])