ogma-language-jsonspec 1.4.0 → 1.4.1
raw patch · 2 files changed
+8/−3 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 +5/−0
- ogma-language-jsonspec.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-jsonspec +## [1.4.1] - 2024-09-21++* Version bump 1.4.1 (#155).+* Replace homepage (#147).+ ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145).
ogma-language-jsonspec.cabal view
@@ -32,8 +32,8 @@ build-type: Simple name: ogma-language-jsonspec-version: 1.4.0-homepage: http://nasa.gov+version: 1.4.1+homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe@@ -70,7 +70,7 @@ , megaparsec , bytestring - , ogma-spec >= 1.4.0 && < 1.5+ , ogma-spec >= 1.4.1 && < 1.5 hs-source-dirs: src