diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e85ec109..17a9c5d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86be0ce4..652d0ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.8.1](https://github.com/philips-software/amp-devcontainer/compare/v6.8.0...v6.8.1) (2026-02-13) + + +### Chores + +* **deps, cpp:** Update github.vscode-pull-request-github, ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer.json ([#1145](https://github.com/philips-software/amp-devcontainer/issues/1145)) ([ea8d44c](https://github.com/philips-software/amp-devcontainer/commit/ea8d44cdbda5ee500c6ae3b587d6bf77b92af867)) +* **deps, cpp:** Update ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer-metadata.json ([#1144](https://github.com/philips-software/amp-devcontainer/issues/1144)) ([84f3450](https://github.com/philips-software/amp-devcontainer/commit/84f34502b14cb422cc7dff1d7408425a490ffbe7)) +* **deps, rust:** Update github.vscode-pull-request-github in devcontainer.json ([#1146](https://github.com/philips-software/amp-devcontainer/issues/1146)) ([02d75f0](https://github.com/philips-software/amp-devcontainer/commit/02d75f065832d1e775d88fca88e5464cd4c96169)) +* **deps:** Bump conan from 2.24.0 to 2.25.1 in /.devcontainer ([#1139](https://github.com/philips-software/amp-devcontainer/issues/1139)) ([9e104c6](https://github.com/philips-software/amp-devcontainer/commit/9e104c61a3ed4492297481abce7f4b58a26f81e9)) +* **deps:** Bump conan from 2.25.1 to 2.25.2 in /.devcontainer ([#1149](https://github.com/philips-software/amp-devcontainer/issues/1149)) ([d938b08](https://github.com/philips-software/amp-devcontainer/commit/d938b08de9d6ca4fb3f592eef0cfc95484d2af4b)) + ## [6.8.0](https://github.com/philips-software/amp-devcontainer/compare/v6.7.2...v6.8.0) (2026-02-05) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 42e23f54..bf68bbb5 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.8.0", + "version": "6.8.1", "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.8.0" + "default": "6.8.1" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 47d33c23..ed4e45b7 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.8.0", + "version": "6.8.1", "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.8.0" + "default": "6.8.1" } }, "optionalPaths": [