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 13.2.0 Release #1191

Merged
merged 1 commit into from
Oct 20, 2022
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 (sdformat13 VERSION 13.1.0)
project (sdformat13 VERSION 13.2.0)

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

### libsdformat 13.2.0 (2022-10-20)

1. sdf/1.10/joint.sdf: add `screw_thread_pitch`
* [Pull request #1168](https://github.com/gazebosim/sdformat/pull/1168)

1. sdf/1.10: support //world/joint specification
* [Pull request #1117](https://github.com/gazebosim/sdformat/pull/1117)
* [Pull request #1189](https://github.com/gazebosim/sdformat/pull/1189)

1. Model: add sdf::Errors output to API methods
* [Pull request #1122](https://github.com/gazebosim/sdformat/pull/1122)

1. Added Root::WorldByName
* [Pull request #1121](https://github.com/gazebosim/sdformat/pull/1121)

1. Python: add OpticalFrameID APIs to pyCamera
* [Pull request #1184](https://github.com/gazebosim/sdformat/pull/1184)

1. Fix `GZ_PYTHON_INSTALL_PATH` value
* [Pull request #1183](https://github.com/gazebosim/sdformat/pull/1183)

1. Rename python bindings import library for Windows
* [Pull request #1165](https://github.com/gazebosim/sdformat/pull/1165)

### libsdformat 13.1.0 (2022-10-12)

1. Add test helper python package for encapsulating versioned python packages
Expand Down