Skip to content

Commit ced9a8c

Browse files
chore(main): release 7.2.0 (#72)
Co-authored-by: embedded-releaser-app[bot] <190257042+embedded-releaser-app[bot]@users.noreply.github.com>
1 parent 353d857 commit ced9a8c

4 files changed

Lines changed: 12 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-
".": "7.1.0"
2+
".": "7.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2.0](https://github.com/embedded-pro/embedded-devcontainer/compare/v7.1.0...v7.2.0) (2026-05-30)
8+
9+
10+
### Features
11+
12+
* Add package ([#71](https://github.com/embedded-pro/embedded-devcontainer/issues/71)) ([353d857](https://github.com/embedded-pro/embedded-devcontainer/commit/353d857a88806cb814937b7029661849b17edc7f))
13+
714
## [7.1.0](https://github.com/embedded-pro/embedded-devcontainer/compare/v7.0.1...v7.1.0) (2026-05-29)
815

916

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.1.0",
3+
"version": "7.2.0",
44
"name": "C++",
55
"description": "A modern, batteries-included software development environment for C++",
66
"documentationURL": "https://github.com/embedded-pro/embedded-devcontainer/blob/main/README.md",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "embedded-devcontainer version",
12-
"default": "7.1.0"
12+
"default": "7.2.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.1.0",
3+
"version": "7.2.0",
44
"name": "Rust",
55
"description": "A modern, batteries-included software development environment for Rust",
66
"documentationURL": "https://github.com/embedded-pro/embedded-devcontainer/blob/main/README.md",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "embedded-devcontainer version",
12-
"default": "7.1.0"
12+
"default": "7.2.0"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)