Skip to content

Commit

Permalink
Merge branch 'gz-tools2' into package_xml
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey authored Apr 17, 2024
2 parents d1b5826 + efcc504 commit 69d00c8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions etc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ configure_file(
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/gz${PROJECT_MAJOR_VERSION}.completion
DESTINATION
${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/gz)
${CMAKE_INSTALL_DATAROOTDIR}/gz)

configure_file(
"gz.bash_completion.sh"
Expand All @@ -16,4 +16,4 @@ install(FILES
${CMAKE_CURRENT_BINARY_DIR}/gz${PROJECT_MAJOR_VERSION}.bash_completion.sh
RENAME gz
DESTINATION
${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions)
${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions)

0 comments on commit 69d00c8

Please sign in to comment.