Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/cpp-template/devcontainer-template.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MegaLinter] reported by reviewdog 🐶

"optionalPaths": [
".github/dependabot.yml"
],
"platforms": [
"Any"
]

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cpp-template",
"version": "6.6.2",
"version": "6.6.3",
"name": "amp-devcontainer-cpp",
"description": "A modern, batteries-included software development environment for C++",
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
Expand All @@ -10,7 +10,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.6.2"
"default": "6.6.3"
}
},
"optionalPaths": [
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/rust-template/devcontainer-template.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MegaLinter] reported by reviewdog 🐶

"optionalPaths": [
".github/dependabot.yml"
],
"platforms": [
"Any"
]

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rust-template",
"version": "6.6.2",
"version": "6.6.3",
"name": "amp-devcontainer-rust",
"description": "A modern, batteries-included software development environment for Rust",
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
Expand All @@ -10,7 +10,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.6.2"
"default": "6.6.3"
}
},
"optionalPaths": [
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.6.2"
".": "6.6.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## [6.6.3](https://github.com/philips-software/amp-devcontainer/compare/v6.6.2...v6.6.3) (2025-12-22)


### Chores

* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1050](https://github.com/philips-software/amp-devcontainer/issues/1050)) ([e85df3f](https://github.com/philips-software/amp-devcontainer/commit/e85df3fd60f75033f42f8c29ffe8b9bd15e45a82))
* **deps, rust:** Update github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1052](https://github.com/philips-software/amp-devcontainer/issues/1052)) ([ca727bf](https://github.com/philips-software/amp-devcontainer/commit/ca727bf829d2f20dd788ffef2464b18535d313aa))
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1051](https://github.com/philips-software/amp-devcontainer/issues/1051)) ([d221c43](https://github.com/philips-software/amp-devcontainer/commit/d221c437188ac8a068bfb912b4903f15b5bd3ea5))

## [6.6.2](https://github.com/philips-software/amp-devcontainer/compare/v6.6.1...v6.6.2) (2025-12-17)


Expand Down