Skip to content

Commit

Permalink
⬆️ 4.0.0 (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Mar 22, 2021
1 parent d36a0fa commit b68fd3a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 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()
ign_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
31 changes: 30 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
## Ignition Common 4.x

## Ignition Common 4.x.x (2019-XX-XX)
## Ignition Common 4.X.X

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

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
* [Pull request #163](https://github.com/ignitionrobotics/ign-common/pull/163)

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
* [Pull request #170](https://github.com/ignitionrobotics/ign-common/pull/170)

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

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

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

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

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
`PixelFormatType` located in `graphics/include/ignition/common/Image.hh`.
Expand Down

0 comments on commit b68fd3a

Please sign in to comment.