From efcc504bd3665151266f38db627c9095e5a5773f Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 28 Mar 2024 16:49:56 -0500 Subject: [PATCH] Prepare for 2.0.1 (#138) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 814a837..914c2ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 41acd79..e259f6b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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