Skip to content

Commit

Permalink
Merge branch 'release-1.4.0' into develop. Close #145.
Browse files Browse the repository at this point in the history
**Description**

Version 1.4.0 of Ogma is ready and should be closed.

**Type**

- Management: release and publication.

**Additional context**

None.

**Requester**

- Ivan Perez.

**Method to check presence of bug**

Not applicable (not a bug).

**Expected result**

- Cabal files indicate new version number, constraints are adjusted as needed,
commit is tagged with version number.

**Solution implemented**

- Cabal files indicate new version number, constraints are adjusted as needed,
commit is tagged with version number.

**Further notes**

None.
  • Loading branch information
ivanperez-keera committed May 22, 2024
2 parents 7bfce11 + 2071ab0 commit eb2a995
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 20 deletions.
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.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).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -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
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.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).

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.3.0
version: 1.4.0
homepage: http://nasa.gov
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions ogma-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
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.4.0] - 2024-05-21

* Version bump 1.4.0 (#145).

## [1.3.0] - 2024-03-21

* Version bump 1.3.0 (#133).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
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.4.0] - 2024-05-21

* Version bump 1.4.0 (#145).

## [1.3.0] - 2024-03-21

* Version bump 1.3.0 (#133).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
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.4.0] - 2024-05-21

* Version bump 1.4.0 (#145).

## [1.3.0] - 2024-03-21

* Version bump 1.3.0 (#133).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
license: OtherLicense
license-file: LICENSE.pdf
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-jsonspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
license: OtherLicense
license-file: LICENSE.pdf
Expand Down Expand Up @@ -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
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.4.0] - 2024-05-21

* Version bump 1.4.0 (#145).

## [1.3.0] - 2024-03-21

* Version bump 1.3.0 (#133).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
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.4.0] - 2024-05-21

* Version bump 1.4.0 (#145).

## [1.3.0] - 2024-03-21

* Version bump 1.3.0 (#133).
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.3.0
version: 1.4.0
homepage: http://nasa.gov
license: OtherLicense
license-file: LICENSE.pdf
Expand Down

0 comments on commit eb2a995

Please sign in to comment.