Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.0. Refs #178. #179

Merged
merged 18 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
512d478
ogma-extra: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
b89f427
ogma-spec: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
9788228
ogma-language-smv: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
d07e7f2
ogma-language-jsonspec: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
e946ed8
ogma-language-copilot: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
bb47924
ogma-language-cocospec: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
c69e55f
ogma-language-c: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
e3d7c60
ogma-core: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
6181af0
ogma-cli: Version bump (1.5.0). Refs #178.
ivanperez-keera Nov 22, 2024
aed8ce7
ogma-extra: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
f779bb0
ogma-spec: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
167121c
ogma-language-smv: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
2dea6cf
ogma-language-jsonspec: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
aa09988
ogma-language-copilot: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
3bd4793
ogma-language-cocospec: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
4b16de6
ogma-language-c: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
056b374
ogma-core: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
53df563
ogma-cli: Document changes in CHANGELOG. Refs #178.
ivanperez-keera Nov 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ogma-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Revision history for ogma-cli

## [1.X.Y] - 2024-11-21
## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
* Provide ability to customize template in cfs command (#157).
* Provide ability to customize template in ros command (#162).
* Introduce new standalone command (#170).
Expand Down
4 changes: 2 additions & 2 deletions ogma-cli/ogma-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-cli
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -134,7 +134,7 @@ executable ogma
build-depends:
base >= 4.11.0.0 && < 5
, optparse-applicative
, ogma-core >= 1.4.1 && < 1.5
, ogma-core >= 1.5.0 && < 1.6

hs-source-dirs:
src
Expand Down
3 changes: 2 additions & 1 deletion ogma-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Revision history for ogma-core

## [1.X.Y] - 2024-11-21
## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
* Fix incorrect path when using Space ROS humble-2024.10.0 (#158).
* Use template expansion system to generate cFS monitoring application (#157).
* Use template expansion system to generate ROS monitoring application (#162).
Expand Down
16 changes: 8 additions & 8 deletions ogma-core/ogma-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-core
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -114,13 +114,13 @@ library
, mtl
, text >= 1.2.3.1 && < 2.1

, ogma-extra >= 1.4.1 && < 1.5
, ogma-language-c >= 1.4.1 && < 1.5
, ogma-language-cocospec >= 1.4.1 && < 1.5
, ogma-language-copilot >= 1.4.1 && < 1.5
, ogma-language-jsonspec >= 1.4.1 && < 1.5
, ogma-language-smv >= 1.4.1 && < 1.5
, ogma-spec >= 1.4.1 && < 1.5
, ogma-extra >= 1.5.0 && < 1.6
, ogma-language-c >= 1.5.0 && < 1.6
, ogma-language-cocospec >= 1.5.0 && < 1.6
, ogma-language-copilot >= 1.5.0 && < 1.6
, ogma-language-jsonspec >= 1.5.0 && < 1.6
, ogma-language-smv >= 1.5.0 && < 1.6
, ogma-spec >= 1.5.0 && < 1.6

hs-source-dirs:
src
Expand Down
3 changes: 2 additions & 1 deletion ogma-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Revision history for ogma-extra

## [1.X.Y] - 2024-11-20
## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
* Introduce template expansion functionality (#162).

## [1.4.1] - 2024-09-21
Expand Down
2 changes: 1 addition & 1 deletion ogma-extra/ogma-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-extra
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-c

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).

## [1.4.1] - 2024-09-21

* Version bump 1.4.1 (#155).
Expand Down
2 changes: 1 addition & 1 deletion ogma-language-c/ogma-language-c.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Custom

name: ogma-language-c
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-cocospec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-cocospec

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).

## [1.4.1] - 2024-09-21

* Version bump 1.4.1 (#155).
Expand Down
2 changes: 1 addition & 1 deletion ogma-language-cocospec/ogma-language-cocospec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Custom

name: ogma-language-cocospec
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-copilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-copilot

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).

## [1.4.1] - 2024-09-21

* Version bump 1.4.1 (#155).
Expand Down
2 changes: 1 addition & 1 deletion ogma-language-copilot/ogma-language-copilot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-language-copilot
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
3 changes: 2 additions & 1 deletion ogma-language-jsonspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Revision history for ogma-language-jsonspec

## [1.X.Y] - 2024-11-21
## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
* Make JSONFormat readable (#170).

## [1.4.1] - 2024-09-21
Expand Down
4 changes: 2 additions & 2 deletions ogma-language-jsonspec/ogma-language-jsonspec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-language-jsonspec
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -70,7 +70,7 @@ library
, megaparsec
, bytestring

, ogma-spec >= 1.4.1 && < 1.5
, ogma-spec >= 1.5.0 && < 1.6

hs-source-dirs:
src
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-smv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-smv

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).

## [1.4.1] - 2024-09-21

* Version bump 1.4.1 (#155).
Expand Down
2 changes: 1 addition & 1 deletion ogma-language-smv/ogma-language-smv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Custom

name: ogma-language-smv
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
4 changes: 4 additions & 0 deletions ogma-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-spec

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).

## [1.4.1] - 2024-09-21

* Version bump 1.4.1 (#155).
Expand Down
2 changes: 1 addition & 1 deletion ogma-spec/ogma-spec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cabal-version: 2.0
build-type: Simple

name: ogma-spec
version: 1.4.1
version: 1.5.0
homepage: https://github.com/nasa/ogma
license: OtherLicense
license-file: LICENSE.pdf
Expand Down