ogma-cli 1.4.0 → 1.4.1
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~ogma-core
Dependency ranges changed: ogma-core
Files
- CHANGELOG.md +6/−0
- ogma-cli.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for ogma-cli +## [1.4.1] - 2024-09-21++* Version bump 1.4.1 (#155).+* Constrain version of dependency in CI jobs (#151).+* Replace homepage (#147).+ ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145).
ogma-cli.cabal view
@@ -32,8 +32,8 @@ build-type: Simple name: ogma-cli-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@@ -141,7 +141,7 @@ build-depends: base >= 4.11.0.0 && < 5 , optparse-applicative- , ogma-core >= 1.4.0 && < 1.5+ , ogma-core >= 1.4.1 && < 1.5 hs-source-dirs: src