From 53722306f3573632c81daf3b6a7b142814ddf528 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:29:44 +0000 Subject: [PATCH] chore(main): release 5.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bf38528..59668eb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de99d3a3..7f25175f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [5.5.1](https://github.com/philips-software/amp-devcontainer/compare/v5.5.0...v5.5.1) (2024-11-11) + + +### Chores + +* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode ([#634](https://github.com/philips-software/amp-devcontainer/issues/634)) ([ba0df9c](https://github.com/philips-software/amp-devcontainer/commit/ba0df9ca3e4bc61595fc74b5ce216ee229769959)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#635](https://github.com/philips-software/amp-devcontainer/issues/635)) ([87bafae](https://github.com/philips-software/amp-devcontainer/commit/87bafae02570a9212c2f86faa1f17577f4cae977)) +* **deps:** Bump conan from 2.9.1 to 2.9.2 in /.devcontainer ([#639](https://github.com/philips-software/amp-devcontainer/issues/639)) ([b867a82](https://github.com/philips-software/amp-devcontainer/commit/b867a8251b6260c27287ab6547606628d376b7fb)) + ## [5.5.0](https://github.com/philips-software/amp-devcontainer/compare/v5.4.0...v5.5.0) (2024-11-07)