Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Oct 19, 2023
1 parent 86db47a commit cc4676f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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 @@
{
".": "1.0.0"
".": "1.1.0"
}
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# CHANGELOG
# Changelog

## [1.1.0](https://github.com/philips-software/amp-preview/compare/v1.0.0...v1.1.0) (2023-10-19)


### Features

* Add Mid to preview/interfaces/Geometry ([#32](https://github.com/philips-software/amp-preview/issues/32)) ([14dbc47](https://github.com/philips-software/amp-preview/commit/14dbc4729f2d6a5136aeab57c33f57ae69a6b12e))


### Bug Fixes

* Correctly apply bounding regions to drawing bitmaps and icons ([#21](https://github.com/philips-software/amp-preview/issues/21)) ([797f9e2](https://github.com/philips-software/amp-preview/commit/797f9e2f9ddb663402a2dc39a63c466a9844512f))
* Move NOMINMAX definition from examples/clicking_scrolling/MainWin to CMakeLists ([#18](https://github.com/philips-software/amp-preview/issues/18)) ([654e754](https://github.com/philips-software/amp-preview/commit/654e7547f2cc7636bb0633dd7d41a0a6f543cc88))

## CHANGELOG

All notable changes to this project will be documented in this file.

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.0.0) # x-release-please-version
project(preview LANGUAGES C CXX VERSION 1.1.0) # x-release-please-version

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED On)
Expand Down

0 comments on commit cc4676f

Please sign in to comment.