diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05f8414e..448d10af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.2" + ".": "5.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af65f0f..943c93ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.4.0](https://github.com/philips-software/amp-devcontainer/compare/v5.3.2...v5.4.0) (2024-10-21) + + +### Features + +* Add cpm package manager to amp-devcontainer-cpp ([#609](https://github.com/philips-software/amp-devcontainer/issues/609)) ([f4338f3](https://github.com/philips-software/amp-devcontainer/commit/f4338f3a96d0b727a5f4d25969a46f7effdf44cd)) + + +### Chores + +* **deps, cpp:** Update matepek.vscode-catch2-test-adapter, ms-vscode.cpptools ([#610](https://github.com/philips-software/amp-devcontainer/issues/610)) ([27c6b57](https://github.com/philips-software/amp-devcontainer/commit/27c6b57eb416b94ac07098d6f4cea1e15672996b)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#611](https://github.com/philips-software/amp-devcontainer/issues/611)) ([3db4d23](https://github.com/philips-software/amp-devcontainer/commit/3db4d23c83e9f58e82b2ff08bcfbdedfc627c845)) +* **deps:** Bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp ([#614](https://github.com/philips-software/amp-devcontainer/issues/614)) ([a6b889f](https://github.com/philips-software/amp-devcontainer/commit/a6b889f1f02736942acce3b142ecb5cc250e8f1c)) +* Update Rust toolchain to v1.81.0 ([#605](https://github.com/philips-software/amp-devcontainer/issues/605)) ([94025e9](https://github.com/philips-software/amp-devcontainer/commit/94025e954c8490821dc13f228088d24c2104e0af)) + ## [5.3.2](https://github.com/philips-software/amp-devcontainer/compare/v5.3.1...v5.3.2) (2024-10-15)