diff --git a/ogma-cli/CHANGELOG.md b/ogma-cli/CHANGELOG.md index 7a746102..cc5b5944 100644 --- a/ogma-cli/CHANGELOG.md +++ b/ogma-cli/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-cli -## [1.X.Y] - 2023-11-21 +## [1.1.0] - 2023-11-21 +* Version bump 1.1.0 (#112). * Document cabal update step in README (#100). ## [1.0.11] - 2023-09-21 diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 0ba54f21..140ac617 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.0.11 +version: 1.1.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.0.11 && < 1.1 + , ogma-core >= 1.1.0 && < 1.2 hs-source-dirs: src diff --git a/ogma-core/CHANGELOG.md b/ogma-core/CHANGELOG.md index 8382bf13..f7ec75f7 100644 --- a/ogma-core/CHANGELOG.md +++ b/ogma-core/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ogma-core -## [1.X.Y] - 2023-11-21 +## [1.1.0] - 2023-11-21 +* Version bump 1.1.0 (#112). * Remove trailing spaces from cFS app template (#108). * Replace all mentions of the Sample App (#105). diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index d62ef98c..87c37bc2 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.0.11 +version: 1.1.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -109,13 +109,13 @@ library , IfElse , mtl - , ogma-extra >= 1.0.11 && < 1.1 - , ogma-language-c >= 1.0.11 && < 1.1 - , ogma-language-cocospec >= 1.0.11 && < 1.1 - , ogma-language-copilot >= 1.0.11 && < 1.1 - , ogma-language-fret-cs >= 1.0.11 && < 1.1 - , ogma-language-fret-reqs >= 1.0.11 && < 1.1 - , ogma-language-smv >= 1.0.11 && < 1.1 + , ogma-extra >= 1.1.0 && < 1.2 + , ogma-language-c >= 1.1.0 && < 1.2 + , ogma-language-cocospec >= 1.1.0 && < 1.2 + , ogma-language-copilot >= 1.1.0 && < 1.2 + , ogma-language-fret-cs >= 1.1.0 && < 1.2 + , ogma-language-fret-reqs >= 1.1.0 && < 1.2 + , ogma-language-smv >= 1.1.0 && < 1.2 hs-source-dirs: src diff --git a/ogma-extra/CHANGELOG.md b/ogma-extra/CHANGELOG.md index 18f25308..c1f44fac 100644 --- a/ogma-extra/CHANGELOG.md +++ b/ogma-extra/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-extra +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-extra/ogma-extra.cabal b/ogma-extra/ogma-extra.cabal index 2dc173ac..43e38809 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.0.11 +version: 1.1.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 b5626d9a..d08b0f88 100644 --- a/ogma-language-c/CHANGELOG.md +++ b/ogma-language-c/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-c +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-c/ogma-language-c.cabal b/ogma-language-c/ogma-language-c.cabal index 723aac49..21855362 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.0.11 +version: 1.1.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 76ad2f02..f94d8f9c 100644 --- a/ogma-language-cocospec/CHANGELOG.md +++ b/ogma-language-cocospec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-cocospec +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-cocospec/ogma-language-cocospec.cabal b/ogma-language-cocospec/ogma-language-cocospec.cabal index e3c57cd0..fa3b8ac2 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.0.11 +version: 1.1.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 46f0553e..bfb6a6a2 100644 --- a/ogma-language-copilot/CHANGELOG.md +++ b/ogma-language-copilot/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-copilot +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-copilot/ogma-language-copilot.cabal b/ogma-language-copilot/ogma-language-copilot.cabal index 9011a54b..ea1eba56 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.0.11 +version: 1.1.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf diff --git a/ogma-language-fret-cs/CHANGELOG.md b/ogma-language-fret-cs/CHANGELOG.md index b19d00e1..38a32f2b 100644 --- a/ogma-language-fret-cs/CHANGELOG.md +++ b/ogma-language-fret-cs/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-fret-cs +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-fret-cs/ogma-language-fret-cs.cabal b/ogma-language-fret-cs/ogma-language-fret-cs.cabal index 779ca5f0..ba2fd46a 100644 --- a/ogma-language-fret-cs/ogma-language-fret-cs.cabal +++ b/ogma-language-fret-cs/ogma-language-fret-cs.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-language-fret-cs -version: 1.0.11 +version: 1.1.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -68,8 +68,8 @@ library base >= 4.11.0.0 && < 5 , aeson >= 2.0.0.0 && < 2.2 - , ogma-language-cocospec >= 1.0.10 && < 1.1 - , ogma-language-smv >= 1.0.10 && < 1.1 + , ogma-language-cocospec >= 1.1.0 && < 1.2 + , ogma-language-smv >= 1.1.0 && < 1.2 hs-source-dirs: src @@ -95,7 +95,7 @@ test-suite unit-tests , test-framework , test-framework-quickcheck2 - , ogma-extra >= 1.0.10 && < 1.1 + , ogma-extra >= 1.1.0 && < 1.2 , ogma-language-fret-cs hs-source-dirs: diff --git a/ogma-language-fret-reqs/CHANGELOG.md b/ogma-language-fret-reqs/CHANGELOG.md index 11b0dd8e..31ca4fd9 100644 --- a/ogma-language-fret-reqs/CHANGELOG.md +++ b/ogma-language-fret-reqs/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-fret-reqs +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-fret-reqs/ogma-language-fret-reqs.cabal b/ogma-language-fret-reqs/ogma-language-fret-reqs.cabal index 77dd9e16..4e5f1e51 100644 --- a/ogma-language-fret-reqs/ogma-language-fret-reqs.cabal +++ b/ogma-language-fret-reqs/ogma-language-fret-reqs.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-language-fret-reqs -version: 1.0.11 +version: 1.1.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -69,8 +69,8 @@ library , aeson >= 2.0.0.0 && < 2.2 , text - , ogma-language-cocospec >= 1.0.10 && < 1.1 - , ogma-language-smv >= 1.0.10 && < 1.1 + , ogma-language-cocospec >= 1.1.0 && < 1.2 + , ogma-language-smv >= 1.1.0 && < 1.2 hs-source-dirs: src @@ -96,7 +96,7 @@ test-suite unit-tests , test-framework , test-framework-quickcheck2 - , ogma-extra >= 1.0.10 && < 1.1 + , ogma-extra >= 1.1.0 && < 1.2 , ogma-language-fret-reqs hs-source-dirs: diff --git a/ogma-language-smv/CHANGELOG.md b/ogma-language-smv/CHANGELOG.md index b0c6d457..dc888eb1 100644 --- a/ogma-language-smv/CHANGELOG.md +++ b/ogma-language-smv/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-smv +## [1.1.0] - 2023-11-21 + +* Version bump 1.1.0 (#112). + ## [1.0.11] - 2023-09-21 * Version bump 1.0.11 (#103). diff --git a/ogma-language-smv/ogma-language-smv.cabal b/ogma-language-smv/ogma-language-smv.cabal index 4608fea7..68ef21d9 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.0.11 +version: 1.1.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf