Skip to content

Commit

Permalink
🎈 4.2.0 (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Aug 2, 2021
1 parent 465bb77 commit e70a75d
Show file tree
Hide file tree
Showing 2 changed files with 9 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-common4 VERSION 4.1.0)
project(ignition-common4 VERSION 4.2.0)

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

## Ignition Common 4.X.X (202X-XX-XX)

## Ignition Common 4.2.0 (2021-08-02)

1. Export lights to dae
* [Pull request #228](https://github.com/ignitionrobotics/ign-common/pull/228)

1. Add cstring for std::memcpy
* [Pull request #230](https://github.com/ignitionrobotics/ign-common/pull/230)

## Ignition Common 4.1.0 (2021-06-22)

1. Make KeyEvent rule-of-five compliant
Expand Down

0 comments on commit e70a75d

Please sign in to comment.