Skip to content

Commit 1fc08db

Browse files
chore(main): release 6.10.0
1 parent 41ac9ed commit 1fc08db

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-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.9.0"
2+
".": "6.10.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.0](https://github.com/philips-software/amp-devcontainer/compare/v6.9.0...v6.10.0) (2026-03-29)
8+
9+
10+
### Features
11+
12+
* Update xwin to v0.8.0 ([9c53d4a](https://github.com/philips-software/amp-devcontainer/commit/9c53d4a8b33c878f9474c270df21889feca30112))
13+
14+
15+
### Chores
16+
17+
* **deps, base:** Update udev ([#1217](https://github.com/philips-software/amp-devcontainer/issues/1217)) ([41ac9ed](https://github.com/philips-software/amp-devcontainer/commit/41ac9ed743177f946b4256163d0e93105be1931c))
18+
* **deps, cpp:** Update gdb-multiarch, mull-20 ([#1209](https://github.com/philips-software/amp-devcontainer/issues/1209)) ([8caec83](https://github.com/philips-software/amp-devcontainer/commit/8caec83ed9aa2909b3bba05510c2f21ede2d78c8))
19+
* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json ([#1207](https://github.com/philips-software/amp-devcontainer/issues/1207)) ([bc354c2](https://github.com/philips-software/amp-devcontainer/commit/bc354c2084229bce93bee3b4c060f6941ac42257))
20+
* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1205](https://github.com/philips-software/amp-devcontainer/issues/1205)) ([b9e1286](https://github.com/philips-software/amp-devcontainer/commit/b9e12866d5a2250c3818435574167a0bb75d9203))
21+
* **deps:** Bump cmake from 4.2.1 to 4.2.3 in /.devcontainer ([#1193](https://github.com/philips-software/amp-devcontainer/issues/1193)) ([0330be6](https://github.com/philips-software/amp-devcontainer/commit/0330be6fff72a1fd98f282a6d72d690964e2901f))
22+
* **deps:** Bump conan from 2.26.0 to 2.26.2 in /.devcontainer ([#1191](https://github.com/philips-software/amp-devcontainer/issues/1191)) ([b4fa276](https://github.com/philips-software/amp-devcontainer/commit/b4fa276c856a613844ea122a433cec9daa23edb4))
23+
* **deps:** Update ccache to v4.13.1 in amp-devcontainer-cpp ([#1201](https://github.com/philips-software/amp-devcontainer/issues/1201)) ([618174e](https://github.com/philips-software/amp-devcontainer/commit/618174ef49dbfa4433811d679ff48455786c9884))
24+
* **deps:** Update xwin to v0.8.0 in amp-devcontainer-cpp ([#1202](https://github.com/philips-software/amp-devcontainer/issues/1202)) ([9c53d4a](https://github.com/philips-software/amp-devcontainer/commit/9c53d4a8b33c878f9474c270df21889feca30112))
25+
726
## [6.9.0](https://github.com/philips-software/amp-devcontainer/compare/v6.8.2...v6.9.0) (2026-03-11)
827

928

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

0 commit comments

Comments
 (0)