Skip to content

Commit 0a47e23

Browse files
chore(main): release 8.0.0
1 parent 323bd7b commit 0a47e23

5 files changed

Lines changed: 18 additions & 7 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-
".": "7.2.1"
2+
".": "8.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
## [8.0.0](https://github.com/philips-software/amp-devcontainer/compare/v7.2.1...v8.0.0) (2026-07-04)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* split-off embedded-cpp from cpp flavor ([#1314](https://github.com/philips-software/amp-devcontainer/issues/1314))
13+
14+
### Features
15+
16+
* Split-off embedded-cpp from cpp flavor ([#1314](https://github.com/philips-software/amp-devcontainer/issues/1314)) ([3d642e3](https://github.com/philips-software/amp-devcontainer/commit/3d642e3c974e9089ebe54fabf50069c55a1a2532))
17+
718
## [7.2.1](https://github.com/philips-software/amp-devcontainer/compare/v7.2.0...v7.2.1) (2026-07-01)
819

920

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

templates/embedded-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": "embedded-cpp",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"name": "Embedded C++",
55
"description": "A modern, batteries-included software development environment for embedded 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": "7.2.0"
12+
"default": "8.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": "7.2.1",
3+
"version": "8.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": "7.2.1"
12+
"default": "8.0.0"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)