Skip to content

Commit 35c8530

Browse files
chore(main): release 6.10.1
1 parent 07c3b9d commit 35c8530

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

.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.0"
2+
".": "6.10.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.1](https://github.com/philips-software/amp-devcontainer/compare/v6.10.0...v6.10.1) (2026-04-09)
8+
9+
10+
### Chores
11+
12+
* **deps, base:** Update udev ([#1232](https://github.com/philips-software/amp-devcontainer/issues/1232)) ([9a27998](https://github.com/philips-software/amp-devcontainer/commit/9a279982f2ca1347ecf6d9f488ce793737598ead))
13+
* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1229](https://github.com/philips-software/amp-devcontainer/issues/1229)) ([309d0f9](https://github.com/philips-software/amp-devcontainer/commit/309d0f94d5914fd305ad6b0c5b3da87974dae3d9))
14+
* **deps, cpp:** Update ms-vscode.cpptools, ms-vsliveshare.vsliveshare, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1228](https://github.com/philips-software/amp-devcontainer/issues/1228)) ([ea82a10](https://github.com/philips-software/amp-devcontainer/commit/ea82a10efbb6d11cf49758b4180fa138fb8f9247))
15+
* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1231](https://github.com/philips-software/amp-devcontainer/issues/1231)) ([7655344](https://github.com/philips-software/amp-devcontainer/commit/765534489f50dd3fd49fa73f70616b4872ac9603))
16+
* **deps, rust:** Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer in devcontainer-metadata.json ([#1230](https://github.com/philips-software/amp-devcontainer/issues/1230)) ([5d1986c](https://github.com/philips-software/amp-devcontainer/commit/5d1986cdf6e02ebd66e4b0ac55636d478f1a278d))
17+
* **deps, rust:** Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer in devcontainer-metadata.json ([#1233](https://github.com/philips-software/amp-devcontainer/issues/1233)) ([07c3b9d](https://github.com/philips-software/amp-devcontainer/commit/07c3b9d9f8e2254ab7f6fa3c424780f69b4c1531))
18+
* **deps:** Bump cmake from 4.2.3 to 4.3.0 in /.devcontainer ([#1223](https://github.com/philips-software/amp-devcontainer/issues/1223)) ([0c924cf](https://github.com/philips-software/amp-devcontainer/commit/0c924cf5600632307bf60bd91cf3804972c4877c))
19+
* **deps:** Bump conan from 2.26.2 to 2.27.0 in /.devcontainer ([#1224](https://github.com/philips-software/amp-devcontainer/issues/1224)) ([a531283](https://github.com/philips-software/amp-devcontainer/commit/a531283f1da3a327549716b04e99884f0e447f04))
20+
721
## [6.10.0](https://github.com/philips-software/amp-devcontainer/compare/v6.9.0...v6.10.0) (2026-03-31)
822

923

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.0",
3+
"version": "6.10.1",
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.0"
12+
"default": "6.10.1"
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.0",
3+
"version": "6.10.1",
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.0"
12+
"default": "6.10.1"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)