Skip to content

Commit 174da34

Browse files
chore(main): release 7.0.0 (#1276)
* chore(main): release 7.0.0 * docs: update changelog --------- Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
1 parent 16b9609 commit 174da34

4 files changed

Lines changed: 24 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.3"
2+
".": "7.0.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+
## [7.0.0](https://github.com/philips-software/amp-devcontainer/compare/v6.10.3...v7.0.0) (2026-05-28)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Switch base container to Ubuntu 26.04 ([#1227](https://github.com/philips-software/amp-devcontainer/issues/1227))
13+
14+
### Features
15+
16+
* Switch base container to Ubuntu 26.04 ([#1227](https://github.com/philips-software/amp-devcontainer/issues/1227)) ([30a53b3](https://github.com/philips-software/amp-devcontainer/commit/30a53b309ccfee52f2f7f450d8fb6ddca10be51e))
17+
18+
19+
### Chores
20+
21+
* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1280](https://github.com/philips-software/amp-devcontainer/issues/1280)) ([c7f5dbc](https://github.com/philips-software/amp-devcontainer/commit/c7f5dbc287b86ff44cfe9b72623c96d54534c956))
22+
* **deps, cpp:** Update llvm-vs-code-extensions.vscode-clangd in devcontainer-metadata.json ([#1286](https://github.com/philips-software/amp-devcontainer/issues/1286)) ([35617a2](https://github.com/philips-software/amp-devcontainer/commit/35617a26371753d614ce05d8e855caf07e5d61e6))
23+
* **deps, cpp:** Update mull-20 ([#1282](https://github.com/philips-software/amp-devcontainer/issues/1282)) ([2f093b6](https://github.com/philips-software/amp-devcontainer/commit/2f093b6a9a92686a06516573fb0779c38113bae9))
24+
* **deps, rust:** Update github.vscode-pull-request-github in devcontainer.json ([#1281](https://github.com/philips-software/amp-devcontainer/issues/1281)) ([16b9609](https://github.com/philips-software/amp-devcontainer/commit/16b9609c1dd0769b28a058cea6177c08476bc4af))
25+
726
## [6.10.3](https://github.com/philips-software/amp-devcontainer/compare/v6.10.2...v6.10.3) (2026-05-12)
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.10.3",
3+
"version": "7.0.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.10.3"
12+
"default": "7.0.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.10.3",
3+
"version": "7.0.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.10.3"
12+
"default": "7.0.0"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)