Skip to content

Commit

Permalink
Prepare for 3.12.0 release (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Apr 6, 2021
1 parent 48c64a0 commit 2582754
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-common3 VERSION 3.11.1)
project(ignition-common3 VERSION 3.12.0)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Ignition Common 3.X.X

## Ignition Common 3.12.0 (2021-04-06)

1. Remove use of _SOURCE and _BINARY dirs in tests.
* [Pull request #158](https://github.com/ignitionrobotics/ign-common/pull/158)

1. Add bazel buildsystem support.
* [Pull request #123](https://github.com/ignitionrobotics/ign-common/pull/123)

1. Use matching malloc/free for AudioDecoder.
* [Pull request #192](https://github.com/ignitionrobotics/ign-common/pull/192)

1. Fixed tutorial link in the README.md.
* [Pull request #194](https://github.com/ignitionrobotics/ign-common/pull/194)

1. Function to serialize compressed image to buffer
* [Pull request #139](https://github.com/ignitionrobotics/ign-common/pull/139)

## Ignition Common 3.11.1 (2021-03-08)

1. Relax expectation so encoder test passes on ARM
Expand Down

0 comments on commit 2582754

Please sign in to comment.