Skip to content

chore(main): release 7.3.0 #864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@
{
".": "7.2.0"
".": "7.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

## [7.3.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v7.2.0...v7.3.0) (2025-05-23)


### Features

* Add services/util/FlashDelegate ([#862](https://github.com/philips-software/amp-embedded-infra-lib/issues/862)) ([e69458d](https://github.com/philips-software/amp-embedded-infra-lib/commit/e69458d6c06144b553e1e996f4115c72af572c93))


### Bug Fixes

* When detaching cancel timeout timer ([#871](https://github.com/philips-software/amp-embedded-infra-lib/issues/871)) ([d59e82d](https://github.com/philips-software/amp-embedded-infra-lib/commit/d59e82d0bea34b142cdb9c6d73704b0c61640a99))
* When UartUnix is destroyed receivedData is still called on read thread ([#863](https://github.com/philips-software/amp-embedded-infra-lib/issues/863)) ([f3adb96](https://github.com/philips-software/amp-embedded-infra-lib/commit/f3adb96e273868d4b8b772b5135178cb0bba7c88))

## [7.2.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v7.1.0...v7.2.0) (2025-04-28)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
endif()

project(emil LANGUAGES C CXX VERSION 7.2.0) # x-release-please-version
project(emil LANGUAGES C CXX VERSION 7.3.0) # x-release-please-version

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED On)
Expand Down
2 changes: 1 addition & 1 deletion documents/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: embedded_infrastructure_library
title: Embedded Infrastructure Library documentation
version: 7.2.0
version: 7.3.0
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion protobuf/echo/protocol_buffer_echo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function(emil_fetch_echo_plugins)
return()
endif()

set(emil_version "7.2.0") # x-release-please-version
set(emil_version "7.3.0") # x-release-please-version

if (CMAKE_HOST_WIN32)
set(os_postfix "win64")
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=philips-software

sonar.projectName=embeddedinfralib
# x-release-please-start-version
sonar.projectVersion=7.2.0
sonar.projectVersion=7.3.0
# x-release-please-end

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