From 11f07b8add4d5c45ae930cb4145c2591e7ffbb1d Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:54:50 +0100 Subject: [PATCH] chore(modern-cmake): release 3.1.0 (#227) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ CMakeLists.txt | 2 +- documents/antora.yml | 2 +- sonar-project.properties | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f2994..ada7355e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06df897c9..6c7bc1091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [3.1.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v3.0.0...v3.1.0) (2023-03-23) + + +### Features + +* **echo_console:** Add support for ECHO over websockets over http ([#230](https://github.com/philips-software/amp-embedded-infra-lib/issues/230)) ([b814f0e](https://github.com/philips-software/amp-embedded-infra-lib/commit/b814f0e6a85f2b5a3a70b01c114d2d9f5ef5d78d)) +* **osal:** Add osal ([#82](https://github.com/philips-software/amp-embedded-infra-lib/issues/82)) ([3f5c568](https://github.com/philips-software/amp-embedded-infra-lib/commit/3f5c56868f63ea5d53da39caa63248b6536196b3)) + + +### Bug Fixes + +* Osx socket implementation ([#232](https://github.com/philips-software/amp-embedded-infra-lib/issues/232)) ([e127311](https://github.com/philips-software/amp-embedded-infra-lib/commit/e127311db5a33ab7110285794e2e728e3a3d4ed3)) + ## [3.0.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v2.2.1...v3.0.0) (2023-03-08) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b332f14a..ff98abd4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (APPLE) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") endif() -project(emil LANGUAGES C CXX VERSION 3.0.0) # x-release-please-version +project(emil LANGUAGES C CXX VERSION 3.1.0) # x-release-please-version set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED On) diff --git a/documents/antora.yml b/documents/antora.yml index d72dcd7bf..f0a843747 100644 --- a/documents/antora.yml +++ b/documents/antora.yml @@ -1,5 +1,5 @@ name: embedded_infrastructure_library title: Embedded Infrastructure Library documentation -version: 3.0.0 # x-release-please-version +version: 3.1.0 # x-release-please-version nav: - modules/ROOT/nav.adoc diff --git a/sonar-project.properties b/sonar-project.properties index 6d356748e..f15b763b2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=philips-software_embeddedinfralib sonar.organization=philips-software sonar.projectName=embeddedinfralib -sonar.projectVersion=3.0.0 # x-release-please-version +sonar.projectVersion=3.1.0 # x-release-please-version sonar.links.homepage=https://github.com/philips-software/amp-embedded-infra-lib sonar.links.ci=https://github.com/philips-software/amp-embedded-infra-lib/actions