-
Notifications
You must be signed in to change notification settings - Fork 94
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
13.3.0 release #1229
13.3.0 release #1229
Changes from 1 commit
28782ef
941b2c3
bd7a217
cfd0b77
19cd95e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
## libsdformat 13.X | ||
|
||
### libsdformat 13.3.0 (2022-12-12) | ||
### libsdformat 13.3.0 (2022-02-07) | ||
|
||
1. Use `File.exist?` for Ruby 3.2 compatibility | ||
* [Pull request #1216](https://github.com/gazebosim/sdformat/pull/1216) | ||
|
||
1. Make ThrowOrPrintError a free internal function | ||
* [Pull request #1221](https://github.com/gazebosim/sdformat/pull/1221) | ||
|
||
1. Make throwOrPrintErrors a member of sdf::Error | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: These two can be combined There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. combined, and left the PR description to be |
||
* [Pull request #1220](https://github.com/gazebosim/sdformat/pull/1220) | ||
|
||
1. macos workflow: don't upgrade existing packages | ||
* [Pull request #1217](https://github.com/gazebosim/sdformat/pull/1217) | ||
|
||
1. update Param calls to use error vectors parameters | ||
* [Pull request #1140](https://github.com/gazebosim/sdformat/pull/1140) | ||
|
||
1. ign -> gz Migrate Ignition Headers : sdformat | ||
* [Pull request #1118](https://github.com/gazebosim/sdformat/pull/1118) | ||
|
||
1. Don't assume CMAKE_INSTALL_*DIR variables are relative | ||
* [Pull request #1190](https://github.com/gazebosim/sdformat/pull/1190) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can remove this one too because it only applied to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
1. Sensor: add sdf::Errors output to API methods | ||
* [Pull request #1138](https://github.com/gazebosim/sdformat/pull/1138) | ||
|
@@ -27,7 +48,7 @@ | |
* [Pull request #1198](https://github.com/gazebosim/sdformat/pull/1198) | ||
* [Pull request #1200](https://github.com/gazebosim/sdformat/pull/1200) | ||
|
||
1. Fix static URDF models with fixed joints | ||
1. Fix static URDF models with fixed joints | ||
* [Pull request #1193](https://github.com/gazebosim/sdformat/pull/1193) | ||
|
||
### libsdformat 13.2.0 (2022-10-20) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. 941b2c3