Skip to content

Commit

Permalink
Prepare for 9.1.0 (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 7, 2024
1 parent db91a85 commit 9726ac5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-fuel_tools9 VERSION 9.0.3)
project(gz-fuel_tools9 VERSION 9.1.0)

#============================================================================
# Find gz-cmake
Expand Down
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Gazebo Fuel Tools 9.x

### Gazebo Fuel Tools 9.1.0 (2024-08-06)

1. Make `CollectionIdentifier::UniqueName` consistent
* [Pull request #430](https://github.com/gazebosim/gz-fuel-tools/pull/430)

1. Add Url accessor to Identifiers
* [Pull request #429](https://github.com/gazebosim/gz-fuel-tools/pull/429)

1. Migrate curl_formadd from form API to mime API (deprecated in Ubuntu Noble)
* [Pull request #415](https://github.com/gazebosim/gz-fuel-tools/pull/415)

1. Add package.xml
* [Pull request #408](https://github.com/gazebosim/gz-fuel-tools/pull/408)

1. CLI for creating config.yaml
* [Pull request #413](https://github.com/gazebosim/gz-fuel-tools/pull/413)

1. Clean all ASAN reported memory problems (curl related)
* [Pull request #416](https://github.com/gazebosim/gz-fuel-tools/pull/416)

1. Add Private function to world identifier
* [Pull request #414](https://github.com/gazebosim/gz-fuel-tools/pull/414)

1. Use config.yaml file from default cache location, if it exists
* [Pull request #410](https://github.com/gazebosim/gz-fuel-tools/pull/410)

### Gazebo Fuel Tools 9.0.3 (2024-04-09)

1. Use relative install path for gz tool data
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-fuel_tools9</name>
<version>9.0.3</version>
<version>9.1.0</version>
<description>Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel</description>
<maintainer email="[email protected]">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 9726ac5

Please sign in to comment.