Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.4.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

- Enabled warnings as error, requires CMake 3.24

## [0.4.2](https://github.com/philips-software/amp-postmaster/compare/v0.4.1...v0.4.2) (2026-01-06)


### Bug Fixes

* Release version in upg file names ([#160](https://github.com/philips-software/amp-postmaster/issues/160)) ([20e5a0c](https://github.com/philips-software/amp-postmaster/commit/20e5a0c7634da09676dcf33ed5a433dc6a814ab6))

## [0.4.1](https://github.com/philips-software/amp-postmaster/compare/v0.4.0...v0.4.1) (2026-01-05)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24)

project(Postmaster VERSION 0.4.1) # x-release-please-version
project(Postmaster VERSION 0.4.2) # x-release-please-version

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED true)
Expand Down
Loading