packages feed

ogma-cli 1.10.0 → 1.11.0

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~ogma-core

Dependency ranges changed: ogma-core

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for ogma-cli +## [1.11.0] - 2025-11-21++* Version bump 1.11.0 (#325).+* Add missing dependency to installation instructions in README (#314).+* Add example demonstrating the basics of diagram backend (#323).+ ## [1.10.0] - 2025-09-21  * Version bump 1.10.0 (#310).
ogma-cli.cabal view
@@ -19,7 +19,7 @@ build-type:          Simple  name:                ogma-cli-version:             1.10.0+version:             1.11.0 homepage:            https://github.com/nasa/ogma bug-reports:         https://github.com/nasa/ogma/issues license:             Apache-2.0@@ -143,7 +143,7 @@     , microstache          >= 1.0      && < 1.1     , text                 >= 1.2.3.1  && < 2.2 -    , ogma-core            >= 1.10.0 && < 1.11+    , ogma-core            >= 1.11.0 && < 1.12    hs-source-dirs:     src