ogma-language-xlsx 1.14.0 → 1.15.0
raw patch · 2 files changed
+7/−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-xlsx.cabal +2/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-xlsx +## [1.15.0] - 2026-07-21++* Version bump (1.15.0) (#508).+* Remove unnecessary vertical space (#470).+ ## [1.14.0] - 2026-05-21 * Version bump (1.14.0) (#425).
ogma-language-xlsx.cabal view
@@ -19,7 +19,7 @@ build-type: Simple name: ogma-language-xlsx-version: 1.14.0+version: 1.15.0 homepage: https://github.com/nasa/ogma license: Apache-2.0 license-file: LICENSE@@ -55,8 +55,7 @@ , text >= 1.2.3.1 && < 2.2 , xlsx >= 1.1.0 && < 1.3 - , ogma-spec >= 1.14.0 && < 1.15-+ , ogma-spec >= 1.15.0 && < 1.16 hs-source-dirs: src