diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c78732d..13743b97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "8.2.0", + ".": "8.3.0", ".github/actions": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b315ce91..27929f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## [8.3.0](https://github.com/philips-software/amp-devcontainer/compare/v8.2.0...v8.3.0) (2026-09-15) + + +### Features + +* Add support for sanitization and fuzzing in the Windows cross-compilation scenario ([#1463](https://github.com/philips-software/amp-devcontainer/issues/1463)) ([3ebfe7c](https://github.com/philips-software/amp-devcontainer/commit/3ebfe7cac6a70bfb8894b014587d181448c85397)) + ## [8.2.0](https://github.com/philips-software/amp-devcontainer/compare/v8.1.1...v8.2.0) (2026-09-10) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 1ae5ae4c..0d68bc6a 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "8.2.0", + "version": "8.3.0", "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": "8.2.0" + "default": "8.3.0" } }, "optionalPaths": [ diff --git a/templates/embedded-cpp/devcontainer-template.json b/templates/embedded-cpp/devcontainer-template.json index 4f4ed3b4..6423f934 100644 --- a/templates/embedded-cpp/devcontainer-template.json +++ b/templates/embedded-cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-cpp", - "version": "8.2.0", + "version": "8.3.0", "name": "Embedded C++", "description": "A modern, batteries-included software development environment for embedded 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": "8.2.0" + "default": "8.3.0" } }, "optionalPaths": [ diff --git a/templates/embedded-rust/devcontainer-template.json b/templates/embedded-rust/devcontainer-template.json index fd8e7018..178e7335 100644 --- a/templates/embedded-rust/devcontainer-template.json +++ b/templates/embedded-rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-rust", - "version": "8.2.0", + "version": "8.3.0", "name": "Embedded Rust", "description": "A modern, batteries-included software development environment for embedded 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": "8.2.0" + "default": "8.3.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 88760538..30e01e13 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "8.2.0", + "version": "8.3.0", "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": "8.2.0" + "default": "8.3.0" } }, "optionalPaths": [