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 5.0.0~pre1 #293

Merged
merged 2 commits into from
Sep 21, 2021
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 @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX)
ign_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
34 changes: 34 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@

### Ignition Physics 5.0.0 (20XX-XX-XX)

1. Add GetJointTransmittedWrench feature
* [Pull request #283](https://github.com/ignitionrobotics/ign-physics/pull/283)

1. [dartsim] Add support for joint frame semantics
* [Pull request #288](https://github.com/ignitionrobotics/ign-physics/pull/288)

1. Fix TPE Link velocity not being updated and Model velocity not having any effect.
* [Pull request #289](https://github.com/ignitionrobotics/ign-physics/pull/289)

1. Make ignition-physics CMake config files relocatable
* [Pull request #282](https://github.com/ignitionrobotics/ign-physics/pull/282)

1. Added DART feature for setting joint limits dynamically.
* [Pull request #260](https://github.com/ignitionrobotics/ign-physics/pull/260)

1. Remove use of deprecated function sdf::JointAxis::InitialPosition
* [Pull request #276](https://github.com/ignitionrobotics/ign-physics/pull/276)
* [Pull request #280](https://github.com/ignitionrobotics/ign-physics/pull/280)

1. Clean up functions that trigger GCC9 warnings
* [Pull request #261](https://github.com/ignitionrobotics/ign-physics/pull/261)

1. Forward merges
* [Pull request #292](https://github.com/ignitionrobotics/ign-physics/pull/292)
* [Pull request #291](https://github.com/ignitionrobotics/ign-physics/pull/291)
* [Pull request #290](https://github.com/ignitionrobotics/ign-physics/pull/290)
* [Pull request #272](https://github.com/ignitionrobotics/ign-physics/pull/272)
* [Pull request #254](https://github.com/ignitionrobotics/ign-physics/pull/254)

1. Infrastructure
* [Pull request #287](https://github.com/ignitionrobotics/ign-physics/pull/287)
* [Pull request #246](https://github.com/ignitionrobotics/ign-physics/pull/246)
* [Pull request #245](https://github.com/ignitionrobotics/ign-physics/pull/245)

## Ignition Physics 4.x

### Ignition Physics 4.x.x (20XX-XX-XX)
Expand Down