Skip to content

Commit

Permalink
Merge branch 'main' into feature/align-image-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Nov 13, 2023
2 parents c3c6bb1 + 376a3d8 commit 4b81baf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .devcontainer/apt-requirements-clang.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"clang-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clangd-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-format-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-tidy-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-tools-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"libclang-rt-16-dev": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"lld-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"llvm-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105"
"clang-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clangd-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-format-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-tidy-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-tools-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"libclang-rt-16-dev": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"lld-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"llvm-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106"
}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## [4.0.1](https://github.com/philips-software/amp-devcontainer/compare/v4.0.0...v4.0.1) (2023-11-13)


### Bug Fixes

* Make sure all dependency updates are releasable units ([#205](https://github.com/philips-software/amp-devcontainer/issues/205)) ([837f9f9](https://github.com/philips-software/amp-devcontainer/commit/837f9f9eb1229d73340fb7bb728f9920d920b61f))

## [4.0.0](https://github.com/philips-software/amp-devcontainer/compare/v3.1.1...v4.0.0) (2023-11-09)


Expand Down

0 comments on commit 4b81baf

Please sign in to comment.