diff --git a/ogma-cli/CHANGELOG.md b/ogma-cli/CHANGELOG.md index 3f62cd5e..0a59d3f3 100644 --- a/ogma-cli/CHANGELOG.md +++ b/ogma-cli/CHANGELOG.md @@ -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). diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 9fded446..8ca756fe 100644 --- a/ogma-cli/ogma-cli.cabal +++ b/ogma-cli/ogma-cli.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 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 @@ executable ogma 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 diff --git a/ogma-core/CHANGELOG.md b/ogma-core/CHANGELOG.md index 8975f465..f8795c86 100644 --- a/ogma-core/CHANGELOG.md +++ b/ogma-core/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-core -## [1.X.Y] - 2024-03-14 +## [1.3.0] - 2024-03-21 +* Version bump 1.3.0 (#133). * Fix missing stream name substitution (#120). * Use generalized JSON parser for DB Spec (#122). * Fix translation of equivalence boolean operator from SMV (#126). diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index 7ba687b4..8a06c118 100644 --- a/ogma-core/ogma-core.cabal +++ b/ogma-core/ogma-core.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-core -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -109,13 +109,13 @@ library , IfElse , mtl - , ogma-extra >= 1.2.0 && < 1.3 - , ogma-language-c >= 1.2.0 && < 1.3 - , ogma-language-cocospec >= 1.2.0 && < 1.3 - , ogma-language-copilot >= 1.2.0 && < 1.3 - , ogma-language-jsonspec >= 1.2.0 && < 1.3 - , ogma-language-smv >= 1.2.0 && < 1.3 - , ogma-spec >= 1.2.0 && < 1.3 + , ogma-extra >= 1.3.0 && < 1.4 + , ogma-language-c >= 1.3.0 && < 1.4 + , ogma-language-cocospec >= 1.3.0 && < 1.4 + , ogma-language-copilot >= 1.3.0 && < 1.4 + , ogma-language-jsonspec >= 1.3.0 && < 1.4 + , ogma-language-smv >= 1.3.0 && < 1.4 + , ogma-spec >= 1.3.0 && < 1.4 hs-source-dirs: src diff --git a/ogma-extra/CHANGELOG.md b/ogma-extra/CHANGELOG.md index 670eefb6..f9b55e2c 100644 --- a/ogma-extra/CHANGELOG.md +++ b/ogma-extra/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-extra +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-extra/ogma-extra.cabal b/ogma-extra/ogma-extra.cabal index 1fe3fbf9..1c0029b6 100644 --- a/ogma-extra/ogma-extra.cabal +++ b/ogma-extra/ogma-extra.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-extra -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-language-c/CHANGELOG.md b/ogma-language-c/CHANGELOG.md index e28e58cd..f5525fbc 100644 --- a/ogma-language-c/CHANGELOG.md +++ b/ogma-language-c/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-c +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-language-c/ogma-language-c.cabal b/ogma-language-c/ogma-language-c.cabal index da9ad091..b2fce136 100644 --- a/ogma-language-c/ogma-language-c.cabal +++ b/ogma-language-c/ogma-language-c.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Custom name: ogma-language-c -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-language-cocospec/CHANGELOG.md b/ogma-language-cocospec/CHANGELOG.md index c96569d6..cde71b23 100644 --- a/ogma-language-cocospec/CHANGELOG.md +++ b/ogma-language-cocospec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-cocospec +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-language-cocospec/ogma-language-cocospec.cabal b/ogma-language-cocospec/ogma-language-cocospec.cabal index 22ec6fac..b51094e4 100644 --- a/ogma-language-cocospec/ogma-language-cocospec.cabal +++ b/ogma-language-cocospec/ogma-language-cocospec.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Custom name: ogma-language-cocospec -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-language-copilot/CHANGELOG.md b/ogma-language-copilot/CHANGELOG.md index fff3d19e..0c7ede90 100644 --- a/ogma-language-copilot/CHANGELOG.md +++ b/ogma-language-copilot/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-copilot +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-language-copilot/ogma-language-copilot.cabal b/ogma-language-copilot/ogma-language-copilot.cabal index 4a69a7e2..1ca72f57 100644 --- a/ogma-language-copilot/ogma-language-copilot.cabal +++ b/ogma-language-copilot/ogma-language-copilot.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-language-copilot -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-language-jsonspec/CHANGELOG.md b/ogma-language-jsonspec/CHANGELOG.md index 4b940f0c..370c86b8 100644 --- a/ogma-language-jsonspec/CHANGELOG.md +++ b/ogma-language-jsonspec/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-language-jsonspec -## [1.X.Y] - 2024-01-24 +## [1.3.0] - 2024-03-21 +* Version bump 1.3.0 (#133). * Make some fields in JSON format spec optional (#122). ## [1.2.0] - 2024-01-21 diff --git a/ogma-language-jsonspec/ogma-language-jsonspec.cabal b/ogma-language-jsonspec/ogma-language-jsonspec.cabal index 63b68ded..74e5bf04 100644 --- a/ogma-language-jsonspec/ogma-language-jsonspec.cabal +++ b/ogma-language-jsonspec/ogma-language-jsonspec.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-language-jsonspec -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -70,7 +70,7 @@ library , megaparsec , bytestring - , ogma-spec >= 1.2.0 && < 1.3 + , ogma-spec >= 1.3.0 && < 1.4 hs-source-dirs: src diff --git a/ogma-language-smv/CHANGELOG.md b/ogma-language-smv/CHANGELOG.md index 79e7a1df..586ea3dc 100644 --- a/ogma-language-smv/CHANGELOG.md +++ b/ogma-language-smv/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-smv +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-language-smv/ogma-language-smv.cabal b/ogma-language-smv/ogma-language-smv.cabal index 0d79b007..236f39d2 100644 --- a/ogma-language-smv/ogma-language-smv.cabal +++ b/ogma-language-smv/ogma-language-smv.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Custom name: ogma-language-smv -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-spec/CHANGELOG.md b/ogma-spec/CHANGELOG.md index f99dee32..046a16fc 100644 --- a/ogma-spec/CHANGELOG.md +++ b/ogma-spec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-spec +## [1.3.0] - 2024-03-21 + +* Version bump 1.3.0 (#133). + ## [1.2.0] - 2024-01-21 * Version bump 1.2.0 (#117). diff --git a/ogma-spec/ogma-spec.cabal b/ogma-spec/ogma-spec.cabal index 8151465a..26d7ece5 100644 --- a/ogma-spec/ogma-spec.cabal +++ b/ogma-spec/ogma-spec.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-spec -version: 1.2.0 +version: 1.3.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf