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 3.1.0 release #163

Merged
merged 2 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-utils3 VERSION 3.0.0)
project(gz-utils3 VERSION 3.1.0)

#============================================================================
# Find gz-cmake
Expand Down
22 changes: 22 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## Gazebo Utils 3.x

## Gazebo Utils 3.1.0 (2024-11-15)

1. **Baseline:** this includes all changes from 3.0.0 and earlier.
mjcarroll marked this conversation as resolved.
Show resolved Hide resolved

1. Build Gazebo Utils with bzlmod
* [Pull request #128](https://github.com/gazebosim/gz-utils/pull/128)
* [Pull request #157](https://github.com/gazebosim/gz-utils/pull/157)
* [Pull request #159](https://github.com/gazebosim/gz-utils/pull/159)
* [Pull request #160](https://github.com/gazebosim/gz-utils/pull/160)
* [Pull request #162](https://github.com/gazebosim/gz-utils/pull/162)

1. Add bzlmod CI
* [Pull request #153](https://github.com/gazebosim/gz-utils/pull/153)
* [Pull request #158](https://github.com/gazebosim/gz-utils/pull/158)
* [Pull request #156](https://github.com/gazebosim/gz-utils/pull/156)

1. Add expectations to subprocess test
* [Pull request #155](https://github.com/gazebosim/gz-utils/pull/155)

1. Fix logging source location
* [Pull request #150](https://github.com/gazebosim/gz-utils/pull/150)

## Gazebo Utils 3.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 2.2.0 and earlier.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>gz-utils3</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>Gazebo Utils : Classes and functions for robot applications</description>

<maintainer email="[email protected]">Addizu Z. Taddese</maintainer>
Expand Down
Loading