diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c53a1b7..a83e347f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.9.0" + ".": "6.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1997c895..ca3d6d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.0](https://github.com/philips-software/amp-devcontainer/compare/v6.9.0...v6.10.0) (2026-03-22) + + +### Features + +* Update xwin to v0.8.0 ([9c53d4a](https://github.com/philips-software/amp-devcontainer/commit/9c53d4a8b33c878f9474c270df21889feca30112)) + + +### Chores + +* **deps, cpp:** Update gdb-multiarch, mull-20 ([#1209](https://github.com/philips-software/amp-devcontainer/issues/1209)) ([8caec83](https://github.com/philips-software/amp-devcontainer/commit/8caec83ed9aa2909b3bba05510c2f21ede2d78c8)) +* **deps:** Bump cmake from 4.2.1 to 4.2.3 in /.devcontainer ([#1193](https://github.com/philips-software/amp-devcontainer/issues/1193)) ([0330be6](https://github.com/philips-software/amp-devcontainer/commit/0330be6fff72a1fd98f282a6d72d690964e2901f)) +* **deps:** Bump conan from 2.26.0 to 2.26.2 in /.devcontainer ([#1191](https://github.com/philips-software/amp-devcontainer/issues/1191)) ([b4fa276](https://github.com/philips-software/amp-devcontainer/commit/b4fa276c856a613844ea122a433cec9daa23edb4)) +* **deps:** Update ccache to v4.13.1 in amp-devcontainer-cpp ([#1201](https://github.com/philips-software/amp-devcontainer/issues/1201)) ([618174e](https://github.com/philips-software/amp-devcontainer/commit/618174ef49dbfa4433811d679ff48455786c9884)) +* **deps:** Update xwin to v0.8.0 in amp-devcontainer-cpp ([#1202](https://github.com/philips-software/amp-devcontainer/issues/1202)) ([9c53d4a](https://github.com/philips-software/amp-devcontainer/commit/9c53d4a8b33c878f9474c270df21889feca30112)) + ## [6.9.0](https://github.com/philips-software/amp-devcontainer/compare/v6.8.2...v6.9.0) (2026-03-11) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index e0eb0cf2..3beaaf40 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.9.0", + "version": "6.10.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": "6.9.0" + "default": "6.10.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 8d7ef41a..8b52cb42 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.9.0", + "version": "6.10.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": "6.9.0" + "default": "6.10.0" } }, "optionalPaths": [