ogma-language-csv 1.13.0 → 1.14.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ogma-spec
Dependency ranges changed: ogma-spec
Files
- CHANGELOG.md +4/−0
- ogma-language-csv.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ogma-language-csv +## [1.14.0] - 2026-05-21++* Version bump (1.14.0) (#425).+ ## [1.13.0] - 2026-03-21 * Version bump (1.13.0) (#373).
ogma-language-csv.cabal view
@@ -19,7 +19,7 @@ build-type: Simple name: ogma-language-csv-version: 1.13.0+version: 1.14.0 homepage: https://github.com/nasa/ogma license: Apache-2.0 license-file: LICENSE@@ -57,7 +57,7 @@ , vector >= 0.12.0.1 && < 0.14 , text >= 1.2.3.1 && < 2.2 - , ogma-spec >= 1.13.0 && < 1.14+ , ogma-spec >= 1.14.0 && < 1.15 hs-source-dirs: src