Skip to content

Commit ad42d47

Browse files
chore(main): release 6.6.1
1 parent 652ab13 commit ad42d47

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.devcontainer/cpp-template/devcontainer-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp-template",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"name": "amp-devcontainer-cpp",
55
"description": "A modern, batteries-included software development environment for C++",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -10,7 +10,7 @@
1010
"imageVersion": {
1111
"type": "string",
1212
"description": "amp-devcontainer version",
13-
"default": "6.6.0"
13+
"default": "6.6.1"
1414
}
1515
},
1616
"optionalPaths": [

.devcontainer/rust-template/devcontainer-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust-template",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"name": "amp-devcontainer-rust",
55
"description": "A modern, batteries-included software development environment for Rust",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -10,7 +10,7 @@
1010
"imageVersion": {
1111
"type": "string",
1212
"description": "amp-devcontainer version",
13-
"default": "6.6.0"
13+
"default": "6.6.1"
1414
}
1515
},
1616
"optionalPaths": [

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.6.0"
2+
".": "6.6.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [6.6.1](https://github.com/philips-software/amp-devcontainer/compare/v6.6.0...v6.6.1) (2025-11-24)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, ms-playwright.playwright in devcontainer.json ([#1017](https://github.com/philips-software/amp-devcontainer/issues/1017)) ([63d431a](https://github.com/philips-software/amp-devcontainer/commit/63d431ae43751978c8a8ca062c47058f8256d89b))
13+
* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1019](https://github.com/philips-software/amp-devcontainer/issues/1019)) ([4ae17ec](https://github.com/philips-software/amp-devcontainer/commit/4ae17ec540ed3c2d982debbed490961291a0c2e1))
14+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1018](https://github.com/philips-software/amp-devcontainer/issues/1018)) ([652ab13](https://github.com/philips-software/amp-devcontainer/commit/652ab132aa4c5dbff041b6d6ce586a88b39eea72))
15+
716
## [6.6.0](https://github.com/philips-software/amp-devcontainer/compare/v6.5.3...v6.6.0) (2025-11-18)
817

918

0 commit comments

Comments
 (0)