diff --git a/.devcontainer/cpp-template/devcontainer-template.json b/.devcontainer/cpp-template/devcontainer-template.json index 1c0cc667..63fc2fc9 100644 --- a/.devcontainer/cpp-template/devcontainer-template.json +++ b/.devcontainer/cpp-template/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp-template", - "version": "6.6.2", + "version": "6.6.3", "name": "amp-devcontainer-cpp", "description": "A modern, batteries-included software development environment for C++", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -10,7 +10,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.6.2" + "default": "6.6.3" } }, "optionalPaths": [ diff --git a/.devcontainer/rust-template/devcontainer-template.json b/.devcontainer/rust-template/devcontainer-template.json index 5cb3ac11..5381de72 100644 --- a/.devcontainer/rust-template/devcontainer-template.json +++ b/.devcontainer/rust-template/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust-template", - "version": "6.6.2", + "version": "6.6.3", "name": "amp-devcontainer-rust", "description": "A modern, batteries-included software development environment for Rust", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -10,7 +10,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.6.2" + "default": "6.6.3" } }, "optionalPaths": [ diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7a751dd..f7229ed3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.2" + ".": "6.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adc2c8c..6ad90bce 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.6.3](https://github.com/philips-software/amp-devcontainer/compare/v6.6.2...v6.6.3) (2025-12-22) + + +### Chores + +* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1050](https://github.com/philips-software/amp-devcontainer/issues/1050)) ([e85df3f](https://github.com/philips-software/amp-devcontainer/commit/e85df3fd60f75033f42f8c29ffe8b9bd15e45a82)) +* **deps, rust:** Update github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1052](https://github.com/philips-software/amp-devcontainer/issues/1052)) ([ca727bf](https://github.com/philips-software/amp-devcontainer/commit/ca727bf829d2f20dd788ffef2464b18535d313aa)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1051](https://github.com/philips-software/amp-devcontainer/issues/1051)) ([d221c43](https://github.com/philips-software/amp-devcontainer/commit/d221c437188ac8a068bfb912b4903f15b5bd3ea5)) + ## [6.6.2](https://github.com/philips-software/amp-devcontainer/compare/v6.6.1...v6.6.2) (2025-12-17)