Skip to content

Commit 11f07b8

Browse files
authored
chore(modern-cmake): release 3.1.0 (#227)
1 parent 152846a commit 11f07b8

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77

88
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
99

10+
## [3.1.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v3.0.0...v3.1.0) (2023-03-23)
11+
12+
13+
### Features
14+
15+
* **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))
16+
* **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))
17+
18+
19+
### Bug Fixes
20+
21+
* 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))
22+
1023
## [3.0.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v2.2.1...v3.0.0) (2023-03-08)
1124

1225

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (APPLE)
66
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
77
endif()
88

9-
project(emil LANGUAGES C CXX VERSION 3.0.0) # x-release-please-version
9+
project(emil LANGUAGES C CXX VERSION 3.1.0) # x-release-please-version
1010

1111
set(CMAKE_CXX_STANDARD 17)
1212
set(CMAKE_CXX_STANDARD_REQUIRED On)

documents/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: embedded_infrastructure_library
22
title: Embedded Infrastructure Library documentation
3-
version: 3.0.0 # x-release-please-version
3+
version: 3.1.0 # x-release-please-version
44
nav:
55
- modules/ROOT/nav.adoc

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=philips-software_embeddedinfralib
22
sonar.organization=philips-software
33

44
sonar.projectName=embeddedinfralib
5-
sonar.projectVersion=3.0.0 # x-release-please-version
5+
sonar.projectVersion=3.1.0 # x-release-please-version
66

77
sonar.links.homepage=https://github.com/philips-software/amp-embedded-infra-lib
88
sonar.links.ci=https://github.com/philips-software/amp-embedded-infra-lib/actions

0 commit comments

Comments
 (0)