From b8b949b51c748a75c3d2ac65ed8f52a3a946d203 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:42:20 +0200 Subject: [PATCH] chore(main): release 5.3.2 (#604) Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3690fe1..05f8414e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.1" + ".": "5.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 57904f05..7af65f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.3.2](https://github.com/philips-software/amp-devcontainer/compare/v5.3.1...v5.3.2) (2024-10-15) + + +### Chores + +* **deps, cpp:** Update sonarsource.sonarlint-vscode ([#597](https://github.com/philips-software/amp-devcontainer/issues/597)) ([9cc17ab](https://github.com/philips-software/amp-devcontainer/commit/9cc17abbd7d21b064cc222a3959e3cc621afe635)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#598](https://github.com/philips-software/amp-devcontainer/issues/598)) ([0fb4b97](https://github.com/philips-software/amp-devcontainer/commit/0fb4b97b9e7e823566eeb9077dbb917e6a33149d)) +* **deps:** Bump gcovr from 7.2 to 8.2 in /.devcontainer ([#599](https://github.com/philips-software/amp-devcontainer/issues/599)) ([b6f6d43](https://github.com/philips-software/amp-devcontainer/commit/b6f6d43e6bf48708466df7d767731fca37804b99)) +* **deps:** Bump ubuntu from `b359f10` to `ab64a83` in /.devcontainer/rust ([#602](https://github.com/philips-software/amp-devcontainer/issues/602)) ([4f42bee](https://github.com/philips-software/amp-devcontainer/commit/4f42bee6fec98e2e42aa2ecce7be12459ce4b635)) +* **deps:** Bump ubuntu from `b359f10` to `ab64a83` in amp-devcontainer-cpp ([#601](https://github.com/philips-software/amp-devcontainer/issues/601)) ([e2751ea](https://github.com/philips-software/amp-devcontainer/commit/e2751eac089c24e430dc91d8500ceebdcac053c4)) + ## [5.3.1](https://github.com/philips-software/amp-devcontainer/compare/v5.3.0...v5.3.1) (2024-10-09)