ogma-language-jsonspec 1.3.0 → 1.4.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ogma-specPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ogma-spec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ogma-language-jsonspec.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ogma-language-jsonspec +## [1.4.0] - 2024-05-21++* Version bump 1.4.0 (#145).+ ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133).
ogma-language-jsonspec.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-language-jsonspec-version: 1.3.0+version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf@@ -70,7 +70,7 @@ , megaparsec , bytestring - , ogma-spec >= 1.2.0 && < 1.3+ , ogma-spec >= 1.4.0 && < 1.5 hs-source-dirs: src