Skip to content

Commit

Permalink
🎈 4.3.0~pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Sep 22, 2021
1 parent bc7802d commit d5fdc39
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2.0)
project(ignition-common4 VERSION 4.3.0)

#============================================================================
# Find ignition-cmake
Expand All @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX)
ign_configure_project(VERSION_SUFFIX pre1)

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

## Ignition Common 4.X.X (202X-XX-XX)
## Ignition Common 4.3.0 (2021-09-XX)

1. Remove ign-utils from TempDirectory
* [Pull request #248](https://github.com/ignitionrobotics/ign-common/pull/248)

1. Add functions and objects for Temporary Directories
* [Pull request #244](https://github.com/ignitionrobotics/ign-common/pull/244)

1. Fix memory corruption & leaks in Image
* [Pull request #240](https://github.com/ignitionrobotics/ign-common/pull/240)

1. Fix a typo in VideoEncoder_TEST.
* [Pull request #231](https://github.com/ignitionrobotics/ign-common/pull/231)

1. Fix segfault caused by destruction order of Event and Connection
* [Pull request #234](https://github.com/ignitionrobotics/ign-common/pull/234)

1. Infrastructure
* [Pull request #62](https://github.com/ignitionrobotics/ign-common/pull/62)
* [Pull request #55](https://github.com/ignitionrobotics/ign-common/pull/55)
* [Pull request #241](https://github.com/ignitionrobotics/ign-common/pull/241)

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

Expand Down

0 comments on commit d5fdc39

Please sign in to comment.