Skip to content

Commit 0d202a6

Browse files
chore(main): release 6.6.1 (#1020)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 533d040 commit 0d202a6

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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-25)
8+
9+
10+
### Bug Fixes
11+
12+
* **cpp:** Pre-create .amp directory to allow clangd to find it ([#1025](https://github.com/philips-software/amp-devcontainer/issues/1025)) ([533d040](https://github.com/philips-software/amp-devcontainer/commit/533d040239c8c9d6996a4c066ff106c96e9cf272))
13+
14+
15+
### Chores
16+
17+
* **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))
18+
* **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))
19+
* **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))
20+
* **deps:** Bump ubuntu from `66460d5` to `c35e29c` in /.devcontainer/cpp ([#1023](https://github.com/philips-software/amp-devcontainer/issues/1023)) ([e5cabe2](https://github.com/philips-software/amp-devcontainer/commit/e5cabe2fbcf4fa61d1413b02b309e10e3a1088f7))
21+
* **deps:** Bump ubuntu from `66460d5` to `c35e29c` in /.devcontainer/rust ([#1024](https://github.com/philips-software/amp-devcontainer/issues/1024)) ([964d3e3](https://github.com/philips-software/amp-devcontainer/commit/964d3e33b5ca6d68adde8b030c0081634058c151))
22+
* **deps:** Bump ubuntu in /.devcontainer/cpp ([e5cabe2](https://github.com/philips-software/amp-devcontainer/commit/e5cabe2fbcf4fa61d1413b02b309e10e3a1088f7))
23+
* **deps:** Bump ubuntu in /.devcontainer/rust ([964d3e3](https://github.com/philips-software/amp-devcontainer/commit/964d3e33b5ca6d68adde8b030c0081634058c151))
24+
725
## [6.6.0](https://github.com/philips-software/amp-devcontainer/compare/v6.5.3...v6.6.0) (2025-11-18)
826

927

0 commit comments

Comments
 (0)