Skip to content

Commit 153fe86

Browse files
chore(main): release 6.8.3
1 parent 7c9d1ef commit 153fe86

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.8.2"
2+
".": "6.8.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.8.3](https://github.com/philips-software/amp-devcontainer/compare/v6.8.2...v6.8.3) (2026-03-06)
8+
9+
10+
### Chores
11+
12+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1174](https://github.com/philips-software/amp-devcontainer/issues/1174)) ([be2bd22](https://github.com/philips-software/amp-devcontainer/commit/be2bd22e64d4d77dc88e81eb4c875044c49c3d6e))
13+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer.json ([#1175](https://github.com/philips-software/amp-devcontainer/issues/1175)) ([9cb2abd](https://github.com/philips-software/amp-devcontainer/commit/9cb2abd6ec176c75342c6d559d6d08e3bece291b))
14+
* **deps:** Bump conan from 2.25.2 to 2.26.0 in /.devcontainer ([#1176](https://github.com/philips-software/amp-devcontainer/issues/1176)) ([7c9d1ef](https://github.com/philips-software/amp-devcontainer/commit/7c9d1efd2b866bae45fb7465cec98815e1140726))
15+
* Verify checksum for arm-gcc toolchain ([#1108](https://github.com/philips-software/amp-devcontainer/issues/1108)) ([094efc5](https://github.com/philips-software/amp-devcontainer/commit/094efc5c5131bcd20c04033c8eae5e94cb6cc7f0))
16+
717
## [6.8.2](https://github.com/philips-software/amp-devcontainer/compare/v6.8.1...v6.8.2) (2026-02-24)
818

919

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

0 commit comments

Comments
 (0)