Skip to content

Commit 5ec2927

Browse files
chore(main): release 6.6.4 (#1076)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 47f5a36 commit 5ec2927

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.4](https://github.com/philips-software/amp-devcontainer/compare/v6.6.3...v6.6.4) (2026-01-14)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-github-actions, sonarsource.sonarlint-vscode in devcontainer.json ([#1071](https://github.com/philips-software/amp-devcontainer/issues/1071)) ([46e8d00](https://github.com/philips-software/amp-devcontainer/commit/46e8d00ff01cbf9b99101162a6232ef590bab84b))
13+
* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1072](https://github.com/philips-software/amp-devcontainer/issues/1072)) ([e051e62](https://github.com/philips-software/amp-devcontainer/commit/e051e624adbc1f0fcdfb7d393a09d45cdf8a9b74))
14+
* **deps, rust:** Update github.vscode-github-actions, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1073](https://github.com/philips-software/amp-devcontainer/issues/1073)) ([47f5a36](https://github.com/philips-software/amp-devcontainer/commit/47f5a36100bda0d078b8a0892ee4400c6b78a53d))
15+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1074](https://github.com/philips-software/amp-devcontainer/issues/1074)) ([3d455dc](https://github.com/philips-software/amp-devcontainer/commit/3d455dc375a8aea64e8ffce0feb107e7b0e5c531))
16+
* **deps:** Update gnupg2, xsltproc and urllib3 ([#1075](https://github.com/philips-software/amp-devcontainer/issues/1075)) ([5b69a35](https://github.com/philips-software/amp-devcontainer/commit/5b69a352297cd0ddce5edd5d13bb2ff8d4fa4586))
17+
718
## [6.6.3](https://github.com/philips-software/amp-devcontainer/compare/v6.6.2...v6.6.3) (2026-01-05)
819

920

0 commit comments

Comments
 (0)