Skip to content

Commit

Permalink
Prepare 1.4.1 releae (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Oct 27, 2021
1 parent b764a7c commit fefc79e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

set (PROJECT_MAJOR_VERSION 1)
set (PROJECT_MINOR_VERSION 4)
set (PROJECT_PATCH_VERSION 0)
set (PROJECT_PATCH_VERSION 1)

set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION})
set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})
Expand Down
13 changes: 12 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Ignition Tools 1.x
# Ignition Tools 1.x

### Ignition Tools 1.4.1 (2021-10-27)

1. Fix Windows colcon build
* [Pull request #65](https://github.com/ignitionrobotics/ign-tools/pull/65)

1. Add flag to get standard-compliant exception handling
* [Pull request #68](https://github.com/ignitionrobotics/ign-tools/pull/68)

1. Fix use of Backward on macOS
* [Pull request #67](https://github.com/ignitionrobotics/ign-tools/pull/67)

## Ignition Tools 1.4.0 (2021-10-15)

Expand Down

0 comments on commit fefc79e

Please sign in to comment.