Skip to content

Commit

Permalink
🎈 1.5.0 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Aug 12, 2022
1 parent 6fdaba5 commit 67d9d47
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

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

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

### Gazebo Tools 1.5.0 (2022-08-12)

1. Bash completion for subcommand names and flags
* [Pull request #77](https://github.com/gazebosim/gz-tools/pull/77)
* [Pull request #86](https://github.com/gazebosim/gz-tools/pull/86)
* [Pull request #87](https://github.com/gazebosim/gz-tools/pull/87)
* [Pull request #104](https://github.com/gazebosim/gz-tools/pull/104)
* [Pull request #106](https://github.com/gazebosim/gz-tools/pull/106)

1. Infrastructure & CI
* [Pull request #100](https://github.com/gazebosim/gz-tools/pull/100)
* [Pull request #80](https://github.com/gazebosim/gz-tools/pull/80)
* [Pull request #75](https://github.com/gazebosim/gz-tools/pull/75)

1. Remove unused config.hh.in
* [Pull request #91](https://github.com/gazebosim/gz-tools/pull/91)

1. Bump CMake to 2.8.12
* [Pull request #85](https://github.com/gazebosim/gz-tools/pull/85)

1. Fix `.dll` installation directory on Windows
* [Pull request #74](https://github.com/gazebosim/gz-tools/pull/74)

1. Permit to invoke `ign` command in Windows
* [Pull request #73](https://github.com/gazebosim/gz-tools/pull/73)

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

Expand Down

0 comments on commit 67d9d47

Please sign in to comment.