Skip to content
Merged
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.1.0"
".": "0.2.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

- Enabled warnings as error, requires CMake 3.24

## [0.2.0](https://github.com/philips-software/amp-postmaster/compare/v0.1.0...v0.2.0) (2025-12-17)


### Features

* 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))
* **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))
* Publish flex docker image ([#5](https://github.com/philips-software/amp-postmaster/issues/5)) ([e3fc05b](https://github.com/philips-software/amp-postmaster/commit/e3fc05ba389df427653b57ea76c12f334beb6b95))


### Bug Fixes

* Add tests for FlashAligner and fix it ([#88](https://github.com/philips-software/amp-postmaster/issues/88)) ([2133475](https://github.com/philips-software/amp-postmaster/commit/2133475931bbcfbf4f7fa093ad749119efa9695c))
* Align flash writes to 16 bytes ([#80](https://github.com/philips-software/amp-postmaster/issues/80)) ([0e34eeb](https://github.com/philips-software/amp-postmaster/commit/0e34eeb55f1ba87ccf2061490d2d1f1caafac746))
* Attach from correct SharedPtr ([f00cf1e](https://github.com/philips-software/amp-postmaster/commit/f00cf1e85892faf4e9c6b0aa95d7596bd946d101))
* Fix various problems ([42f0029](https://github.com/philips-software/amp-postmaster/commit/42f00295daf3bd058f0f94b6982cb21b694c2bf2))
* Incorrect tag in dockerfile causes devcontainer build failure ([#118](https://github.com/philips-software/amp-postmaster/issues/118)) ([31f71a4](https://github.com/philips-software/amp-postmaster/commit/31f71a4e9d64e9834987886dd61a1d6c54a75a64))
* Various Echo fixes ([220c4be](https://github.com/philips-software/amp-postmaster/commit/220c4be60fb67f997dff082bfabd027347f24174))

## v0.0.1

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

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