Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 5b0d990 commit 1eec1df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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-02-20)


### 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))

## 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

0 comments on commit 1eec1df

Please sign in to comment.