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 12.7.1 release #1243

Merged
merged 1 commit into from
Feb 28, 2023
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 @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0004 NEW)
endif(COMMAND CMAKE_POLICY)

project (sdformat12 VERSION 12.7.0)
project (sdformat12 VERSION 12.7.1)

# The protocol version has nothing to do with the package version.
# It represents the current version of SDFormat implemented by the software
Expand Down
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## libsdformat 12.X

### libsdformat 12.7.1 (2023-02-28)

1. Fix camera info topic default value
* [Pull request #1241](https://github.com/gazebosim/sdformat/pull/1241)

### libsdformat 12.7.0 (2023-02-03)

1. Forward port libsdformat9.10.0. This includes the ign to gz headers.
Expand All @@ -10,7 +15,7 @@
1. Infrastructure
1. CI workflow: use checkout v3.
* [Pull request #1225](https://github.com/gazebosim/sdformat/pull/1225)

1. macos workflow: don't upgrade existing packages.
* [Pull request #1217](https://github.com/gazebosim/sdformat/pull/1217)

Expand Down