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..c46b1280 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/). +## [6.10.3](https://github.com/philips-software/amp-devcontainer/compare/v6.10.2...v6.10.3) (2026-05-05) + + +### Chores + +* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, ms-playwright.playwright, ms-vscode.cmake-tools, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1256](https://github.com/philips-software/amp-devcontainer/issues/1256)) ([8c1dbd1](https://github.com/philips-software/amp-devcontainer/commit/8c1dbd1ebcb9ba87bdc9f2545d77c8e312fced65)) +* **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, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1264](https://github.com/philips-software/amp-devcontainer/issues/1264)) ([bcd3adb](https://github.com/philips-software/amp-devcontainer/commit/bcd3adb223683e4d7f218726fddab41129bfcb66)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1258](https://github.com/philips-software/amp-devcontainer/issues/1258)) ([8276f2b](https://github.com/philips-software/amp-devcontainer/commit/8276f2bc00de51b31b2ec345a5d31489a294cbe1)) +* **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": [