Skip to content

Commit 209d542

Browse files
chore(main): release 0.3.1 (#145)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent d9b699c commit 209d542

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.3.1](https://github.com/philips-software/amp-postmaster/compare/v0.3.0...v0.3.1) (2025-12-19)
12+
13+
14+
### Bug Fixes
15+
16+
* Remove provenance and devcontainer templates ([#144](https://github.com/philips-software/amp-postmaster/issues/144)) ([d9b699c](https://github.com/philips-software/amp-postmaster/commit/d9b699c77f3d389f975c6d5e6fca4d7e41745df3))
17+
1118
## [0.3.0](https://github.com/philips-software/amp-postmaster/compare/v0.2.0...v0.3.0) (2025-12-19)
1219

1320

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

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

0 commit comments

Comments
 (0)