ogma-cli 1.2.0 → 1.3.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ogma-core
Dependency ranges changed: ogma-core
Files
- CHANGELOG.md +4/−0
- ogma-cli.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ogma-cli +## [1.3.0] - 2024-03-21++* Version bump 1.3.0 (#133).+ ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117).
ogma-cli.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-cli-version: 1.2.0+version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf@@ -141,7 +141,7 @@ build-depends: base >= 4.11.0.0 && < 5 , optparse-applicative- , ogma-core >= 1.2.0 && < 1.3+ , ogma-core >= 1.3.0 && < 1.4 hs-source-dirs: src