Skip to content

Commit 5384b6e

Browse files
chore(main): release 6.10.3
1 parent 8c1dbd1 commit 5384b6e

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

.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.10.2"
2+
".": "6.10.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.10.3](https://github.com/philips-software/amp-devcontainer/compare/v6.10.2...v6.10.3) (2026-05-04)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, ms-playwright.playwright, ms-vscode.cmake-tools, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1256](https://github.com/philips-software/amp-devcontainer/issues/1256)) ([8c1dbd1](https://github.com/philips-software/amp-devcontainer/commit/8c1dbd1ebcb9ba87bdc9f2545d77c8e312fced65))
13+
* **deps, cpp:** Update ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer-metadata.json ([#1255](https://github.com/philips-software/amp-devcontainer/issues/1255)) ([3401e8a](https://github.com/philips-software/amp-devcontainer/commit/3401e8a7ae9b923a320ba5f2808c5c4af04633e1))
14+
* **deps, rust:** Update rustup ([#1254](https://github.com/philips-software/amp-devcontainer/issues/1254)) ([3a7bba0](https://github.com/philips-software/amp-devcontainer/commit/3a7bba05016e3538f5513c28915f0e6dce8c264d))
15+
* **deps:** Bump conan from 2.27.0 to 2.27.1 in /.devcontainer ([#1251](https://github.com/philips-software/amp-devcontainer/issues/1251)) ([afe5830](https://github.com/philips-software/amp-devcontainer/commit/afe5830e426c5849c4388f69fc28a943ff0bcdbb))
16+
717
## [6.10.2](https://github.com/philips-software/amp-devcontainer/compare/v6.10.1...v6.10.2) (2026-04-22)
818

919

templates/cpp/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",
3-
"version": "6.10.2",
3+
"version": "6.10.3",
44
"name": "C++",
55
"description": "A modern, batteries-included software development environment for C++",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "amp-devcontainer version",
12-
"default": "6.10.2"
12+
"default": "6.10.3"
1313
}
1414
},
1515
"optionalPaths": [

templates/rust/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",
3-
"version": "6.10.2",
3+
"version": "6.10.3",
44
"name": "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",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "amp-devcontainer version",
12-
"default": "6.10.2"
12+
"default": "6.10.3"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)