Skip to content

Commit 611d603

Browse files
chore(main): release 0.4.0
1 parent 8429844 commit 611d603

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
88

99
- Enabled warnings as error, requires CMake 3.24
1010

11+
## [0.4.0](https://github.com/philips-software/amp-postmaster/compare/v0.3.1...v0.4.0) (2026-01-05)
12+
13+
14+
### Features
15+
16+
* **deps:** Bump the git-submodules group across 1 directory with 3 updates ([#153](https://github.com/philips-software/amp-postmaster/issues/153)) ([c136812](https://github.com/philips-software/amp-postmaster/commit/c1368121505cd80a841d12cf738da41e73dda4e1))
17+
18+
19+
### Bug Fixes
20+
21+
* Install postmaster binaries ([#146](https://github.com/philips-software/amp-postmaster/issues/146)) ([8429844](https://github.com/philips-software/amp-postmaster/commit/842984459ac9b12047a313f3510fe26addfba380))
22+
1123
## [0.3.1](https://github.com/philips-software/amp-postmaster/compare/v0.3.0...v0.3.1) (2025-12-19)
1224

1325

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.24)
22

3-
project(Postmaster VERSION 0.3.1) # x-release-please-version
3+
project(Postmaster VERSION 0.4.0) # x-release-please-version
44

55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED true)

0 commit comments

Comments
 (0)