From 2a955d5afabc434e0f6d151eb1fade45981f852b 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, 25 Nov 2024 08:52:58 +0000 Subject: [PATCH] chore(main): release 5.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 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..4df5efc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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-25) + + +### Chores + +* **deps, cpp:** Update llvm-vs-code-extensions.vscode-clangd ([#641](https://github.com/philips-software/amp-devcontainer/issues/641)) ([ea818f0](https://github.com/philips-software/amp-devcontainer/commit/ea818f06654ae67b96c5efb733d6f5ac4bb57293)) +* **deps, cpp:** Update llvm-vs-code-extensions.vscode-clangd ([#647](https://github.com/philips-software/amp-devcontainer/issues/647)) ([a4e47c6](https://github.com/philips-software/amp-devcontainer/commit/a4e47c6565a6fee7bdb78812e8e1106ad929f7cc)) +* **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, rust:** Update rust-lang.rust-analyzer ([#642](https://github.com/philips-software/amp-devcontainer/issues/642)) ([b470493](https://github.com/philips-software/amp-devcontainer/commit/b470493fa4ae6640414a3d3a812036c8a16b9653)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#648](https://github.com/philips-software/amp-devcontainer/issues/648)) ([991644c](https://github.com/philips-software/amp-devcontainer/commit/991644c93ec61fbdff8e394eeef6f1c3242b1993)) +* **deps:** Bump cmake from 3.30.5 to 3.31.0.1 in amp-devcontainer-cpp ([#638](https://github.com/philips-software/amp-devcontainer/issues/638)) ([3c55cfe](https://github.com/philips-software/amp-devcontainer/commit/3c55cfeaef6737f05e0861043fdfa6d10fe77509)) +* **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)) +* **deps:** Bump ubuntu from `99c3519` to `278628f` in amp-devcontainer-cpp ([#643](https://github.com/philips-software/amp-devcontainer/issues/643)) ([91208d8](https://github.com/philips-software/amp-devcontainer/commit/91208d86e7c2df0d77d798254f13a70401fded8a)) +* **deps:** Bump ubuntu from `99c3519` to `278628f` in amp-devcontainer-rust ([#644](https://github.com/philips-software/amp-devcontainer/issues/644)) ([39bb101](https://github.com/philips-software/amp-devcontainer/commit/39bb101448037eb758072632908b6383154cf3ec)) + ## [5.5.0](https://github.com/philips-software/amp-devcontainer/compare/v5.4.0...v5.5.0) (2024-11-07)