ogma-cli 1.0.9 → 1.0.10
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~ogma-core
Dependency ranges changed: ogma-core
Files
- CHANGELOG.md +5/−0
- ogma-cli.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-cli +## [1.0.10] - 2023-07-21++* Version bump 1.0.10 (#98).+* Correct test case (#96).+ ## [1.0.9] - 2023-05-21 * Version bump 1.0.9 (#93).
ogma-cli.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-cli-version: 1.0.9+version: 1.0.10 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.0.9 && < 1.1+ , ogma-core >= 1.0.10 && < 1.1 hs-source-dirs: src