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

Prepare for 2.0.1 Release #138

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading