Skip to content

Commit ff00368

Browse files
chore(main): release 6.7.0 (#1087)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 30b2726 commit ff00368

4 files changed

Lines changed: 20 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.4",
3+
"version": "6.7.0",
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.4"
13+
"default": "6.7.0"
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.4",
3+
"version": "6.7.0",
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.4"
13+
"default": "6.7.0"
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.4"
2+
".": "6.7.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.7.0](https://github.com/philips-software/amp-devcontainer/compare/v6.6.4...v6.7.0) (2026-01-20)
8+
9+
10+
### Features
11+
12+
* Extract common base image ([#1078](https://github.com/philips-software/amp-devcontainer/issues/1078)) ([30b2726](https://github.com/philips-software/amp-devcontainer/commit/30b272633d3f05f22e8fbce516ba6e8fb19f27d1))
13+
14+
15+
### Chores
16+
17+
* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1081](https://github.com/philips-software/amp-devcontainer/issues/1081)) ([f5056e1](https://github.com/philips-software/amp-devcontainer/commit/f5056e1de6867f3ec08f1855e0237db149fe8dd5))
18+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1080](https://github.com/philips-software/amp-devcontainer/issues/1080)) ([2299c97](https://github.com/philips-software/amp-devcontainer/commit/2299c97bd01a93d133b1ed459d1a965bdd91a5c2))
19+
* **deps:** Bump gcovr from 8.4 to 8.5 in /.devcontainer ([a3aa0b9](https://github.com/philips-software/amp-devcontainer/commit/a3aa0b95b006243f9c107a377761bf5548a01caf))
20+
* **deps:** Bump gcovr from 8.4 to 8.5 in amp-devcontainer-cpp ([#1082](https://github.com/philips-software/amp-devcontainer/issues/1082)) ([a3aa0b9](https://github.com/philips-software/amp-devcontainer/commit/a3aa0b95b006243f9c107a377761bf5548a01caf))
21+
722
## [6.6.4](https://github.com/philips-software/amp-devcontainer/compare/v6.6.3...v6.6.4) (2026-01-14)
823

924

0 commit comments

Comments
 (0)