Skip to content
Open
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 @@
{
".": "1.2.0"
".": "1.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/philips-software/amp-preview/compare/v1.2.0...v1.3.0) (2026-02-23)


### Features

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


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading