From a75b53aee55680075153436d7502cb8e3da3a326 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:22:22 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad43fd..1c94adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.0](https://github.com/philips-software/amp-preview/compare/v1.2.0...v1.3.0) (2026-07-03) + + +### Features + +* Bump dependecies ([#325](https://github.com/philips-software/amp-preview/issues/325)) ([7458bc2](https://github.com/philips-software/amp-preview/commit/7458bc2fff24b239c6ed5ad2dd20c80f31e3571d)) +* Replace infra::Variant with std::variant ([#289](https://github.com/philips-software/amp-preview/issues/289)) ([f48b5d4](https://github.com/philips-software/amp-preview/commit/f48b5d47dede75cfdffb6e720a2c56257b8f15c4)) +* Update to remove infra optional ([#260](https://github.com/philips-software/amp-preview/issues/260)) ([793f904](https://github.com/philips-software/amp-preview/commit/793f904fd603e79ea5020f47520316f080d4f01f)) + ## [1.2.0](https://github.com/philips-software/amp-preview/compare/v1.1.0...v1.2.0) (2025-01-16) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3aff78..fb78ef9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if (PREVIEW_STANDALONE) endif() endif() -project(preview LANGUAGES C CXX VERSION 1.2.0) # x-release-please-version +project(preview LANGUAGES C CXX VERSION 1.3.0) # x-release-please-version set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED On)