Skip to content

Commit 8e85fe7

Browse files
chore(main): release 8.1.0
1 parent 0d8f096 commit 8e85fe7

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
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-
".": "8.0.0"
2+
".": "8.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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+
## [8.1.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v8.0.0...v8.1.0) (2026-01-21)
11+
12+
13+
### Features
14+
15+
* Add services/util/FlashEcho ([#1068](https://github.com/philips-software/amp-embedded-infra-lib/issues/1068)) ([f38e0ac](https://github.com/philips-software/amp-embedded-infra-lib/commit/f38e0ac947cf81a1d48ffd79b079ac3f8c20ccac))
16+
* Mtu exchange interface update ([#1036](https://github.com/philips-software/amp-embedded-infra-lib/issues/1036)) ([0d8f096](https://github.com/philips-software/amp-embedded-infra-lib/commit/0d8f096330aca30e935f84caf6b3c76c176cec34))
17+
1018
## [8.0.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v7.2.0...v8.0.0) (2026-01-16)
1119

1220

CMakeLists.txt

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

10-
project(emil LANGUAGES C CXX VERSION 8.0.0) # x-release-please-version
10+
project(emil LANGUAGES C CXX VERSION 8.1.0) # x-release-please-version
1111

1212
set(CMAKE_CXX_STANDARD 17)
1313
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: 8.0.0
3+
version: 8.1.0
44
nav:
55
- modules/ROOT/nav.adoc

protobuf/echo/protocol_buffer_echo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function(emil_fetch_echo_plugins)
1717
return()
1818
endif()
1919

20-
set(emil_version "8.0.0") # x-release-please-version
20+
set(emil_version "8.1.0") # x-release-please-version
2121

2222
if (CMAKE_HOST_WIN32)
2323
set(os_postfix "win64")

sonar-project.properties

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

44
sonar.projectName=embeddedinfralib
55
# x-release-please-start-version
6-
sonar.projectVersion=8.0.0
6+
sonar.projectVersion=8.1.0
77
# x-release-please-end
88

99
sonar.links.homepage=https://github.com/philips-software/amp-embedded-infra-lib

0 commit comments

Comments
 (0)