Skip to content

Commit 0957812

Browse files
chore(main): release 6.6.2
1 parent e99a865 commit 0957812

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.1",
3+
"version": "6.6.2",
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.1"
13+
"default": "6.6.2"
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.1",
3+
"version": "6.6.2",
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.1"
13+
"default": "6.6.2"
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.1"
2+
".": "6.6.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2](https://github.com/philips-software/amp-devcontainer/compare/v6.6.1...v6.6.2) (2025-12-04)
8+
9+
10+
### Chores
11+
12+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1029](https://github.com/philips-software/amp-devcontainer/issues/1029)) ([e99a865](https://github.com/philips-software/amp-devcontainer/commit/e99a865845fdd889027bd4ae131f46666a75f589))
13+
* **deps:** Bump cmake from 4.1.2 to 4.2.0 in /.devcontainer ([#1032](https://github.com/philips-software/amp-devcontainer/issues/1032)) ([dc98f44](https://github.com/philips-software/amp-devcontainer/commit/dc98f4498c6e0b1f2276f247e3b481378053b493))
14+
715
## [6.6.1](https://github.com/philips-software/amp-devcontainer/compare/v6.6.0...v6.6.1) (2025-11-25)
816

917

0 commit comments

Comments
 (0)