Skip to content

Commit

Permalink
🎈 4.0.0~pre2 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 26, 2021
1 parent d3cd29a commit 7109d23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX pre2)

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

## Ignition Common 4.0.0 (2021-03-22)

1. Fix crash when using BVH animations
* [Pull request #188](https://github.com/ignitionrobotics/ign-common/pull/188)

1. Rotate capsule to Z-up
* [Pull request #186](https://github.com/ignitionrobotics/ign-common/pull/186)

1. Add implementation pointer to ign-common classes
1. Add implementation pointer to ign-common classes
* [Pull request #163](https://github.com/ignitionrobotics/ign-common/pull/163)

1. Cleanup and add implementation pointer to Animation classes
1. Cleanup and add implementation pointer to Animation classes
* [Pull request #160](https://github.com/ignitionrobotics/ign-common/pull/160)

1. Install the profiler in a version-safe manner
1. Install the profiler in a version-safe manner
* [Pull request #170](https://github.com/ignitionrobotics/ign-common/pull/170)

1. Restore support for model:// URIs
1. Restore support for model:// URIs
* [Pull request #172](https://github.com/ignitionrobotics/ign-common/pull/172)

1. Deprecated common::Time
1. Deprecated common::Time
* [Pull request #90](https://github.com/ignitionrobotics/ign-common/pull/90)

1. Update codeowners
1. Update codeowners
* [Pull request #88](https://github.com/ignitionrobotics/ign-common/pull/88)

1. Workflow updates
1. Workflow updates
* [Pull request #64](https://github.com/ignitionrobotics/ign-common/pull/64)

1. Update BitBucket Links
1. Update BitBucket Links
* [Pull request #58](https://github.com/ignitionrobotics/ign-common/pull/58)

1. Corrected `BAYER_RGGR8` to `BAYER_BGGR8` in `PixelFormatName` and
Expand Down

0 comments on commit 7109d23

Please sign in to comment.