From 6f1154f048494afd2c919194f0c2b68693d1ce81 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:15:02 +0000 Subject: [PATCH] chore(main): release 7.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ templates/cpp/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f1..e102ad9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b03f4df6..9aca7498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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/). +## [7.2.1](https://github.com/philips-software/amp-devcontainer/compare/v7.2.0...v7.2.1) (2026-06-09) + + +### Chores + +* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1292](https://github.com/philips-software/amp-devcontainer/issues/1292)) ([1d330ae](https://github.com/philips-software/amp-devcontainer/commit/1d330ae092b2cb3d701e840da437535414fb3be9)) +* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer.json ([#1291](https://github.com/philips-software/amp-devcontainer/issues/1291)) ([a70d23a](https://github.com/philips-software/amp-devcontainer/commit/a70d23ae7c097ee94b19146140be5945f54f9300)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1290](https://github.com/philips-software/amp-devcontainer/issues/1290)) ([bddcaec](https://github.com/philips-software/amp-devcontainer/commit/bddcaec71dc81e669352c72f49390b59002fae16)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1300](https://github.com/philips-software/amp-devcontainer/issues/1300)) ([749e9a9](https://github.com/philips-software/amp-devcontainer/commit/749e9a9d8201a980dd9b26c86376b6ad41aff596)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer.json ([#1301](https://github.com/philips-software/amp-devcontainer/issues/1301)) ([89b7ebf](https://github.com/philips-software/amp-devcontainer/commit/89b7ebf87e79abbb7eab50c7c0c72db2f3a2fa13)) +* **deps, rust:** Update rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1293](https://github.com/philips-software/amp-devcontainer/issues/1293)) ([6c60544](https://github.com/philips-software/amp-devcontainer/commit/6c60544208900901f26fe956dbb1de5f98d3c326)) + ## [7.2.0](https://github.com/philips-software/amp-devcontainer/compare/v7.1.0...v7.2.0) (2026-06-02) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index b4167a50..cbea71ac 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "7.2.0", + "version": "7.2.1", "name": "C++", "description": "A modern, batteries-included software development environment for C++", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "7.2.0" + "default": "7.2.1" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 1d1faaff..248669da 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "7.2.0", + "version": "7.2.1", "name": "Rust", "description": "A modern, batteries-included software development environment for Rust", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "7.2.0" + "default": "7.2.1" } }, "optionalPaths": [