From 90dcbf009a672f79e8a33f194e9d166323242739 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Fri, 14 Apr 2023 13:35:23 +0200 Subject: [PATCH] chore(main): release 2.0.0 (#114) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ CMakeLists.txt | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd8830..895bf0e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3de94..421904bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [2.0.0](https://github.com/philips-software/amp-hal-st/compare/v1.1.0...v2.0.0) (2023-04-14) + + +### ⚠ BREAKING CHANGES + +* update ST hal drivers ([#102](https://github.com/philips-software/amp-hal-st/issues/102)) + +### Features + +* Update ST hal drivers ([#102](https://github.com/philips-software/amp-hal-st/issues/102)) ([6987d83](https://github.com/philips-software/amp-hal-st/commit/6987d83f4e9a78a5fc91b0e93d6788645cb6a49f)) + ## [1.1.0](https://github.com/philips-software/amp-hal-st/compare/v1.0.0...v1.1.0) (2023-04-07) diff --git a/CMakeLists.txt b/CMakeLists.txt index c51abd41..43d22231 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ if (HALST_STANDALONE) FetchContent_MakeAvailable(emil) endif() -project(hal_st LANGUAGES C CXX ASM VERSION 1.1.0) # x-release-please-version +project(hal_st LANGUAGES C CXX ASM VERSION 2.0.0) # x-release-please-version set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED On)