diff --git a/.devcontainer/apt-requirements-clang.json b/.devcontainer/apt-requirements-clang.json index 6590f6d2..fdc4bc36 100644 --- a/.devcontainer/apt-requirements-clang.json +++ b/.devcontainer/apt-requirements-clang.json @@ -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" } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f87756..cf533f28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 945319ff..d57695b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)