Skip to content

Commit 4e7ff0d

Browse files
chore(main): release 0.5.0
1 parent c72f827 commit 4e7ff0d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.4.2"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.5.0](https://github.com/philips-software/amp-postmaster/compare/v0.4.2...v0.5.0) (2026-01-08)
12+
13+
14+
### Features
15+
16+
* **deps:** Bump the git-submodules group with 3 updates ([#157](https://github.com/philips-software/amp-postmaster/issues/157)) ([c72f827](https://github.com/philips-software/amp-postmaster/commit/c72f82746b9ce9e1db89811cab0ec1cbe0d8ef59))
17+
18+
19+
### Bug Fixes
20+
21+
* Fill out content type and content length ([#165](https://github.com/philips-software/amp-postmaster/issues/165)) ([e9c7b0c](https://github.com/philips-software/amp-postmaster/commit/e9c7b0c233c8393ec904399f9182b687d82dedd9))
22+
* Firmware upgrade ([#167](https://github.com/philips-software/amp-postmaster/issues/167)) ([95f315a](https://github.com/philips-software/amp-postmaster/commit/95f315a3d97898ae5ea2628a7af4c72bc2e6cbd3))
23+
* Update display when hostname changes ([#168](https://github.com/philips-software/amp-postmaster/issues/168)) ([a214a2b](https://github.com/philips-software/amp-postmaster/commit/a214a2b18682dc2801df2f195e07964dcda485f7))
24+
1125
## [0.4.2](https://github.com/philips-software/amp-postmaster/compare/v0.4.1...v0.4.2) (2026-01-07)
1226

1327

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.4.2) # x-release-please-version
3+
project(Postmaster VERSION 0.5.0) # x-release-please-version
44

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

0 commit comments

Comments
 (0)