Skip to content

Commit

Permalink
Prepare for 2.0.1 (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Mar 28, 2024
1 parent b32a8dd commit efcc504
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-tools2 VERSION 2.0.0)
project(gz-tools2 VERSION 2.0.1)

#============================================================================
# Find gz-cmake
Expand Down
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

### Gazebo Tools 2.X.X (20XX-XX-XX)

### Gazebo Tools 2.0.1 (2024-03-28)

1. Use relative install path for gz bash completion data
* [Pull request #137](https://github.com/gazebosim/gz-tools/pull/137)

1. gz.in: sort list of commands alphabetically
* [Pull request #134](https://github.com/gazebosim/gz-tools/pull/134)

1. Add project soversion information to backward library
* [Pull request #133](https://github.com/gazebosim/gz-tools/pull/133)

1. Remove shebang from shell completion files
* [Pull request #132](https://github.com/gazebosim/gz-tools/pull/132)

1. Update CI badges in README
* [Pull request #131](https://github.com/gazebosim/gz-tools/pull/131)

1. Support building with gz-cmake3 or gz-cmake4
* [Pull request #128](https://github.com/gazebosim/gz-tools/pull/128)

1. Fix conda link and dependencies
* [Pull request #126](https://github.com/gazebosim/gz-tools/pull/126)

1. Fix installation link
* [Pull request #124](https://github.com/gazebosim/gz-tools/pull/124)

1. Infrastructure
* [Pull request #118](https://github.com/gazebosim/gz-tools/pull/118)
* [Pull request #121](https://github.com/gazebosim/gz-tools/pull/121)
* [Pull request #123](https://github.com/gazebosim/gz-tools/pull/123)
* [Pull request #130](https://github.com/gazebosim/gz-tools/pull/130)

1. Rename COPYING to LICENSE
* [Pull request #117](https://github.com/gazebosim/gz-tools/pull/117)

### Gazebo Tools 2.0.0 (2022-09-22)

1. Remove ign CLI from version 2
Expand Down

0 comments on commit efcc504

Please sign in to comment.