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 release 6.6.3 #958

Merged
merged 1 commit into from
Jan 19, 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(ignition-rendering6 VERSION 6.6.2)
project(ignition-rendering6 VERSION 6.6.3)

#============================================================================
# Find ignition-cmake
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Ignition Rendering

### Ignition Rendering 6.6.3 (2024-01-19)

1. Revert mesh viewer background color back to gray
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see #894 in ignition-rendering6_6.6.2...ign-rendering6

I would've also liked to see #956 in the Changelog. Maybe a follow up PR after the release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, somehow the source_changelog script ran was pretty broken or I did something badly:

gz-rendering on  ign-rendering6 via △ v3.22.1 ❯ ~/code/release-tools/source-repo-scripts/source_changelog.bash 6.6.2
Changes since 6.6.2
1. Prepare release 6.6.3
    * [Pull request #958](https://github.com/gazebosim/gz-rendering/pull/958)

1. Backport ogre2 lidar performance improvement
    * [Pull request #956](https://github.com/gazebosim/gz-rendering/pull/956)

1. Prepare for 3.7.2 release
    * [Pull request #952](https://github.com/gazebosim/gz-rendering/pull/952)

1. Update github action workflows
    * [Pull request #940](https://github.com/gazebosim/gz-rendering/pull/940)

1. Add minor comments to BaseGizmoVisual
    * [Pull request #881](https://github.com/gazebosim/gz-rendering/pull/881)

1. Update github issue template
    * [Pull request #939](https://github.com/gazebosim/gz-rendering/pull/939)

1. Prepare for 6.6.2 release
    * [Pull request #930](https://github.com/gazebosim/gz-rendering/pull/930)

1. prepare for 6.6.2 release
    * [Pull request #prepare for 6.6.2 release](https://github.com/gazebosim/gz-rendering/pull/prepare for 6.6.2 release)

I'll send a PR for fixing the Changelog yes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just created a PR for this. #960

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks Ian!

* [Pull request #894](https://github.com/gazebosim/gz-rendering/pull/894)

### Ignition Rendering 6.6.2 (2023-10-03)

1. Backport camera intrinsics calculation : Refactor
Expand Down