Skip to content

Commit 069b875

Browse files
chore(main): release 6.7.2
1 parent 7626d5b commit 069b875

4 files changed

Lines changed: 18 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.7.1",
3+
"version": "6.7.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.7.1"
13+
"default": "6.7.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.7.1",
3+
"version": "6.7.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.7.1"
13+
"default": "6.7.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.7.1"
2+
".": "6.7.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.2](https://github.com/philips-software/amp-devcontainer/compare/v6.7.1...v6.7.2) (2026-02-03)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-github-actions, ms-vscode.cmake-tools, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1122](https://github.com/philips-software/amp-devcontainer/issues/1122)) ([07f8c44](https://github.com/philips-software/amp-devcontainer/commit/07f8c4469cd17da9189b2449f37bbd873a090d08))
13+
* **deps, cpp:** Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1121](https://github.com/philips-software/amp-devcontainer/issues/1121)) ([8b663ed](https://github.com/philips-software/amp-devcontainer/commit/8b663ed517100870a217bd85320e9dac74aab789))
14+
* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1129](https://github.com/philips-software/amp-devcontainer/issues/1129)) ([4615474](https://github.com/philips-software/amp-devcontainer/commit/461547475ba0e02ba0080774d167e88a27e6e5f0))
15+
* **deps, cpp:** Update mull-19 ([#1131](https://github.com/philips-software/amp-devcontainer/issues/1131)) ([8ccc9eb](https://github.com/philips-software/amp-devcontainer/commit/8ccc9eb3b7e4282ca5432ecc0b4a79bdefd558c1))
16+
* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1130](https://github.com/philips-software/amp-devcontainer/issues/1130)) ([b93db92](https://github.com/philips-software/amp-devcontainer/commit/b93db92b1e7f1bdc5163e91b741b8f7529953839))
17+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1128](https://github.com/philips-software/amp-devcontainer/issues/1128)) ([7626d5b](https://github.com/philips-software/amp-devcontainer/commit/7626d5b38e44e02f901d9b4bffac466a770acc95))
18+
* **deps, rust:** Update rust-lang.rust-analyzer, usernamehw.errorlens in devcontainer-metadata.json ([#1123](https://github.com/philips-software/amp-devcontainer/issues/1123)) ([f69df6d](https://github.com/philips-software/amp-devcontainer/commit/f69df6d447dcfebb5596244033d2413df5e8cc29))
19+
720
## [6.7.1](https://github.com/philips-software/amp-devcontainer/compare/v6.7.0...v6.7.1) (2026-01-27)
821

922

0 commit comments

Comments
 (0)