Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.8.1"
".": "6.8.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [6.8.2](https://github.com/philips-software/amp-devcontainer/compare/v6.8.1...v6.8.2) (2026-02-24)


### Bug Fixes

* Add required permission to release workflow ([#1163](https://github.com/philips-software/amp-devcontainer/issues/1163)) ([6041313](https://github.com/philips-software/amp-devcontainer/commit/60413131b03248fc71bee907f808581e21d90d6c))

## [6.8.1](https://github.com/philips-software/amp-devcontainer/compare/v6.8.0...v6.8.1) (2026-02-23)


Expand Down
4 changes: 2 additions & 2 deletions templates/cpp/devcontainer-template.json
Comment thread
rjaegers marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cpp",
"version": "6.8.1",
"version": "6.8.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",
Expand All @@ -9,7 +9,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.8.1"
"default": "6.8.2"
}
},
"optionalPaths": [
Expand Down
4 changes: 2 additions & 2 deletions templates/rust/devcontainer-template.json
Comment thread
rjaegers marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rust",
"version": "6.8.1",
"version": "6.8.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",
Expand All @@ -9,7 +9,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.8.1"
"default": "6.8.2"
}
},
"optionalPaths": [
Expand Down
Loading