diff --git a/ogma-cli/CHANGELOG.md b/ogma-cli/CHANGELOG.md index 5a49fc9e..d0b405d5 100644 --- a/ogma-cli/CHANGELOG.md +++ b/ogma-cli/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-cli -## [1.X.X] - 2024-05-21 +## [1.4.0] - 2024-05-21 +* Version bump 1.4.0 (#145). * Introduce CI test job (#139). * Introduce test job for ROS package generation (#136). * Add a float and a double input variable to ROS example (#138). diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 8ca756fe..3aea7df1 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.3.0 +version: 1.4.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.3.0 && < 1.4 + , ogma-core >= 1.4.0 && < 1.5 hs-source-dirs: src diff --git a/ogma-core/CHANGELOG.md b/ogma-core/CHANGELOG.md index debc9305..1090c405 100644 --- a/ogma-core/CHANGELOG.md +++ b/ogma-core/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-core -## [1.X.X] - 2024-05-21 +## [1.4.0] - 2024-05-21 +* Version bump 1.4.0 (#145). * Make ros command generate dockerfile (#136). * Map float and double to the same types in C++ (#138). diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index dbd95c17..a89d79e1 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.3.0 +version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -110,13 +110,13 @@ library , IfElse , mtl - , 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 + , ogma-extra >= 1.4.0 && < 1.5 + , ogma-language-c >= 1.4.0 && < 1.5 + , ogma-language-cocospec >= 1.4.0 && < 1.5 + , ogma-language-copilot >= 1.4.0 && < 1.5 + , ogma-language-jsonspec >= 1.4.0 && < 1.5 + , ogma-language-smv >= 1.4.0 && < 1.5 + , ogma-spec >= 1.4.0 && < 1.5 hs-source-dirs: src diff --git a/ogma-extra/CHANGELOG.md b/ogma-extra/CHANGELOG.md index f9b55e2c..43c8a28f 100644 --- a/ogma-extra/CHANGELOG.md +++ b/ogma-extra/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-extra +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-extra/ogma-extra.cabal b/ogma-extra/ogma-extra.cabal index 1c0029b6..f0abfb0f 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.3.0 +version: 1.4.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 f5525fbc..e07fdcf5 100644 --- a/ogma-language-c/CHANGELOG.md +++ b/ogma-language-c/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-c +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-language-c/ogma-language-c.cabal b/ogma-language-c/ogma-language-c.cabal index b2fce136..a7d8ebd4 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.3.0 +version: 1.4.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 cde71b23..504b729e 100644 --- a/ogma-language-cocospec/CHANGELOG.md +++ b/ogma-language-cocospec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-cocospec +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-language-cocospec/ogma-language-cocospec.cabal b/ogma-language-cocospec/ogma-language-cocospec.cabal index b51094e4..b5814afd 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.3.0 +version: 1.4.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 0c7ede90..0c18191e 100644 --- a/ogma-language-copilot/CHANGELOG.md +++ b/ogma-language-copilot/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-copilot +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-language-copilot/ogma-language-copilot.cabal b/ogma-language-copilot/ogma-language-copilot.cabal index 1ca72f57..4ee0539c 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.3.0 +version: 1.4.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 370c86b8..ed9d1f79 100644 --- a/ogma-language-jsonspec/CHANGELOG.md +++ b/ogma-language-jsonspec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-jsonspec +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-language-jsonspec/ogma-language-jsonspec.cabal b/ogma-language-jsonspec/ogma-language-jsonspec.cabal index 74e5bf04..8817c133 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.3.0 +version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -70,7 +70,7 @@ library , megaparsec , bytestring - , ogma-spec >= 1.3.0 && < 1.4 + , ogma-spec >= 1.4.0 && < 1.5 hs-source-dirs: src diff --git a/ogma-language-smv/CHANGELOG.md b/ogma-language-smv/CHANGELOG.md index 586ea3dc..ef69fe12 100644 --- a/ogma-language-smv/CHANGELOG.md +++ b/ogma-language-smv/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-smv +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-language-smv/ogma-language-smv.cabal b/ogma-language-smv/ogma-language-smv.cabal index 236f39d2..51c79e66 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.3.0 +version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-spec/CHANGELOG.md b/ogma-spec/CHANGELOG.md index 046a16fc..8340a7c2 100644 --- a/ogma-spec/CHANGELOG.md +++ b/ogma-spec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-spec +## [1.4.0] - 2024-05-21 + +* Version bump 1.4.0 (#145). + ## [1.3.0] - 2024-03-21 * Version bump 1.3.0 (#133). diff --git a/ogma-spec/ogma-spec.cabal b/ogma-spec/ogma-spec.cabal index 26d7ece5..b9e0722f 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.3.0 +version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf