diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f307561..d49c9e28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.4" + ".": "5.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb92398..5827ce88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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/). +## [5.6.0](https://github.com/philips-software/amp-devcontainer/compare/v5.5.4...v5.6.0) (2025-01-23) + + +### Features + +* Update Clang/LLVM toolchain to version 18.1.8 ([556d28b](https://github.com/philips-software/amp-devcontainer/commit/556d28b704119ca6418a3232b7f292236907eac4)) +* Update GCC toolchain to version 14.2 ([#672](https://github.com/philips-software/amp-devcontainer/issues/672)) ([50c6d2a](https://github.com/philips-software/amp-devcontainer/commit/50c6d2ad76039676c9cdf36d34b8434544e4cbcb)) +* Update LLVM/Clang toolchain to version 18.1.8 ([#685](https://github.com/philips-software/amp-devcontainer/issues/685)) ([556d28b](https://github.com/philips-software/amp-devcontainer/commit/556d28b704119ca6418a3232b7f292236907eac4)) +* Update Rust ecosystem to v1.84.0 ([#700](https://github.com/philips-software/amp-devcontainer/issues/700)) ([3833fa7](https://github.com/philips-software/amp-devcontainer/commit/3833fa7f745eb6d35c54bfa45c79564db3b063b6)) + + +### Chores + +* **deps, cpp:** Update ms-vsliveshare.vsliveshare ([#689](https://github.com/philips-software/amp-devcontainer/issues/689)) ([2f0fefd](https://github.com/philips-software/amp-devcontainer/commit/2f0fefd2f7beed4d6bfc4e8b7f07155c4480e915)) +* **deps, rust:** Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer ([#690](https://github.com/philips-software/amp-devcontainer/issues/690)) ([9738109](https://github.com/philips-software/amp-devcontainer/commit/9738109f65f6e11a9f9565fb903796bd79bad744)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#694](https://github.com/philips-software/amp-devcontainer/issues/694)) ([5c395d4](https://github.com/philips-software/amp-devcontainer/commit/5c395d49dc283c649034c38b519160cb38456a1d)) +* **deps:** Bump cmake from 3.31.2 to 3.31.4 in /.devcontainer ([#693](https://github.com/philips-software/amp-devcontainer/issues/693)) ([d48e6ac](https://github.com/philips-software/amp-devcontainer/commit/d48e6ac281c3cdd8f7d4eafe560482702592e80d)) +* **deps:** Bump gcovr from 8.2 to 8.3 in /.devcontainer ([#698](https://github.com/philips-software/amp-devcontainer/issues/698)) ([23c3a15](https://github.com/philips-software/amp-devcontainer/commit/23c3a15bfe82547d6952ccfc84f9295dc941fb62)) +* **deps:** Update git to 1:2.43.0-1ubuntu7.2 in amp-devcontainer-cpp and amp-devcontainer-rust ([#699](https://github.com/philips-software/amp-devcontainer/issues/699)) ([920b61f](https://github.com/philips-software/amp-devcontainer/commit/920b61f8ef74a09249338929cf11c88c801fca7d)) +* Switch to GitHub attestations ([#687](https://github.com/philips-software/amp-devcontainer/issues/687)) ([b6cb15e](https://github.com/philips-software/amp-devcontainer/commit/b6cb15e85157c5e6a1c92cb18ad66285318b22b2)) + ## [5.5.4](https://github.com/philips-software/amp-devcontainer/compare/v5.5.3...v5.5.4) (2025-01-06)