Skip to content

Commit 63c3cde

Browse files
chore(main): release 0.2.0
1 parent 9473c1d commit 63c3cde

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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.2.0](https://github.com/philips-software/amp-postmaster/compare/v0.1.0...v0.2.0) (2025-05-08)
12+
13+
14+
### Features
15+
16+
* Add kicad design for Postmaster ([#51](https://github.com/philips-software/amp-postmaster/issues/51)) ([5b0d990](https://github.com/philips-software/amp-postmaster/commit/5b0d9900bc231ba2a10e43529f035f32f8af2cdc))
17+
* **deps:** Bump the git-submodules group across 1 directory with 3 updates ([#65](https://github.com/philips-software/amp-postmaster/issues/65)) ([9473c1d](https://github.com/philips-software/amp-postmaster/commit/9473c1d3efd021cd0ad530f573b0ce2613c047ab))
18+
* Publish flex docker image ([#5](https://github.com/philips-software/amp-postmaster/issues/5)) ([e3fc05b](https://github.com/philips-software/amp-postmaster/commit/e3fc05ba389df427653b57ea76c12f334beb6b95))
19+
1120
## v0.0.1
1221

1322
- Example Release

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

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

0 commit comments

Comments
 (0)