Skip to content

Commit 109f036

Browse files
chore(main): release 6.10.2
1 parent c4c2fa1 commit 109f036

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.1"
2+
".": "6.10.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2](https://github.com/philips-software/amp-devcontainer/compare/v6.10.1...v6.10.2) (2026-04-12)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update mull-20 ([#1240](https://github.com/philips-software/amp-devcontainer/issues/1240)) ([c4c2fa1](https://github.com/philips-software/amp-devcontainer/commit/c4c2fa1300ba05cf128c88991b76de2da8a7d132))
13+
* **deps:** Bump cmake from 4.3.0 to 4.3.1 in /.devcontainer ([#1236](https://github.com/philips-software/amp-devcontainer/issues/1236)) ([05f181d](https://github.com/philips-software/amp-devcontainer/commit/05f181d50e3af004d34dcc96d6a2decff6a648cc))
14+
715
## [6.10.1](https://github.com/philips-software/amp-devcontainer/compare/v6.10.0...v6.10.1) (2026-04-09)
816

917

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

0 commit comments

Comments
 (0)