diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8196bd1..f1833467 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.1" + ".": "6.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3201e44b..b30b917c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.2](https://github.com/philips-software/amp-devcontainer/compare/v6.10.1...v6.10.2) (2026-04-14) + + +### Chores + +* **deps, cpp:** Update mull-20 ([#1240](https://github.com/philips-software/amp-devcontainer/issues/1240)) ([c4c2fa1](https://github.com/philips-software/amp-devcontainer/commit/c4c2fa1300ba05cf128c88991b76de2da8a7d132)) +* **deps:** Bump cmake from 4.3.0 to 4.3.1 in /.devcontainer ([#1236](https://github.com/philips-software/amp-devcontainer/issues/1236)) ([05f181d](https://github.com/philips-software/amp-devcontainer/commit/05f181d50e3af004d34dcc96d6a2decff6a648cc)) + ## [6.10.1](https://github.com/philips-software/amp-devcontainer/compare/v6.10.0...v6.10.1) (2026-04-09) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index df1616d1..35e263fd 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.10.1", + "version": "6.10.2", "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.1" + "default": "6.10.2" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index d144e320..354699e9 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.10.1", + "version": "6.10.2", "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.1" + "default": "6.10.2" } }, "optionalPaths": [