From 7ac8050c775336ae5076861f001e471ebe96e88e 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, 28 Apr 2026 05:50:02 +0000 Subject: [PATCH] chore(main): release 6.10.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ templates/cpp/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1833467..fdac2a28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.2" + ".": "6.10.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3b3fce..230d3d6e 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/). +## [6.10.3](https://github.com/philips-software/amp-devcontainer/compare/v6.10.2...v6.10.3) (2026-04-28) + + +### Chores + +* **deps, cpp:** Update ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer-metadata.json ([#1255](https://github.com/philips-software/amp-devcontainer/issues/1255)) ([3401e8a](https://github.com/philips-software/amp-devcontainer/commit/3401e8a7ae9b923a320ba5f2808c5c4af04633e1)) +* **deps, rust:** Update rustup ([#1254](https://github.com/philips-software/amp-devcontainer/issues/1254)) ([3a7bba0](https://github.com/philips-software/amp-devcontainer/commit/3a7bba05016e3538f5513c28915f0e6dce8c264d)) +* **deps:** Bump conan from 2.27.0 to 2.27.1 in /.devcontainer ([#1251](https://github.com/philips-software/amp-devcontainer/issues/1251)) ([afe5830](https://github.com/philips-software/amp-devcontainer/commit/afe5830e426c5849c4388f69fc28a943ff0bcdbb)) + ## [6.10.2](https://github.com/philips-software/amp-devcontainer/compare/v6.10.1...v6.10.2) (2026-04-22) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 35e263fd..9d9a1e5a 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.10.2", + "version": "6.10.3", "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": "6.10.2" + "default": "6.10.3" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 354699e9..186368fd 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.10.2", + "version": "6.10.3", "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": "6.10.2" + "default": "6.10.3" } }, "optionalPaths": [