From c003fc215026b8c553d9529ba7cd545c84c7a6c1 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 01/18] ogma-extra: Version bump (1.4.0). Refs #145. --- ogma-extra/ogma-extra.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 174b005bf31b541cb8709666d9543258d4874210 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 02/18] ogma-spec: Version bump (1.4.0). Refs #145. --- ogma-spec/ogma-spec.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 162871462bf5f0e0638e51eb41d39b94f913ae33 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 03/18] ogma-language-smv: Version bump (1.4.0). Refs #145. --- ogma-language-smv/ogma-language-smv.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2a692a8730099f13f0c0018138faba10f57f3661 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 04/18] ogma-language-jsonspec: Version bump (1.4.0). Refs #145. --- ogma-language-jsonspec/ogma-language-jsonspec.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a87302e7afcde6b8c11904f2572b84d64a7ccae4 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 05/18] ogma-language-copilot: Version bump (1.4.0). Refs #145. --- ogma-language-copilot/ogma-language-copilot.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 64755d5ceb5a067299fa306fd7317b953948b721 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 06/18] ogma-language-cocospec: Version bump (1.4.0). Refs #145. --- ogma-language-cocospec/ogma-language-cocospec.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a6aeedfc8318c20d720f76ca7d12cabda38301d7 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 07/18] ogma-language-c: Version bump (1.4.0). Refs #145. --- ogma-language-c/ogma-language-c.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 28aff9fbca9fc832dfdd573d8960efce0a59e298 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 08/18] ogma-core: Version bump (1.4.0). Refs #145. --- ogma-core/ogma-core.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 From 993bb8b212826dab28389ba266abe486303fa5d7 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH 09/18] ogma-cli: Version bump (1.4.0). Refs #145. --- ogma-cli/ogma-cli.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 576f7419806d282970b81467a0f90159fc48cb31 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 10/18] ogma-extra: Document changes in CHANGELOG. Refs #145. --- ogma-extra/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 55224f985fadedbfdf301339df1841a0f1d66068 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 11/18] ogma-spec: Document changes in CHANGELOG. Refs #145. --- ogma-spec/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From e7e667d8c5d2eeded6fa7bbd98b653b26e42107c Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 12/18] ogma-language-smv: Document changes in CHANGELOG. Refs #145. --- ogma-language-smv/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 5f117115e5e8002cafdafc12fb92619df548c63c Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 13/18] ogma-language-jsonspec: Document changes in CHANGELOG. Refs #145. --- ogma-language-jsonspec/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 01f35429c211e102b37918fd5122244a1d3cb81d Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 14/18] ogma-language-copilot: Document changes in CHANGELOG. Refs #145. --- ogma-language-copilot/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 4b02156db202647669eeb439a24e29e3eec72a06 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 15/18] ogma-language-cocospec: Document changes in CHANGELOG. Refs #145. --- ogma-language-cocospec/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 6fedb8ca3ccaab61b0991a1417d61a6e2e0565c7 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 16/18] ogma-language-c: Document changes in CHANGELOG. Refs #145. --- ogma-language-c/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 6fe574bafc1949096c79291aae777495cac14162 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 17/18] ogma-core: Document changes in CHANGELOG. Refs #145. --- ogma-core/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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). From 2071ab0240eb7bb8863dc7cde2a935d5a96c095d Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 08:01:37 -0700 Subject: [PATCH 18/18] ogma-cli: Document changes in CHANGELOG. Refs #145. --- ogma-cli/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).