packages feed

github-release 1.0.2 → 1.0.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~optparse-genericPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: optparse-generic

API changes (from Hackage documentation)

Files

github-release.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           github-release-version:        1.0.2+version:        1.0.3 synopsis:       Upload files to GitHub releases. description:    GitHub Release is a command-line utility for uploading files to GitHub releases. category:       Utility@@ -37,7 +37,7 @@     , http-client-tls >=0.2.4 && <0.4     , http-types >=0.9 && <0.10     , mime-types >=0.1 && <0.2-    , optparse-generic >=1.1 && <1.2+    , optparse-generic >=1.1 && <1.3     , text >=1.2.2 && <1.3     , unordered-containers >=0.2.5 && <0.3     , uri-templater >=0.2 && <0.3
package.yaml view
@@ -28,7 +28,7 @@   - http-client-tls >=0.2.4 && <0.4   - http-types >=0.9 && <0.10   - mime-types >=0.1 && <0.2-  - optparse-generic >=1.1 && <1.2+  - optparse-generic >=1.1 && <1.3   - text >=1.2.2 && <1.3   - unordered-containers >=0.2.5 && <0.3   - uri-templater >=0.2 && <0.3@@ -39,4 +39,4 @@ maintainer: Taylor Fausak name: github-release synopsis: Upload files to GitHub releases.-version: '1.0.2'+version: '1.0.3'