From 21bf4cef2f5faaa5ac23d9a773cf12adf0437ae1 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:01:27 +0000 Subject: [PATCH] chore(main): release 5.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fd5e1bd..3bf24104 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.3" + ".": "5.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b59a262..7d6e8b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.1.4](https://github.com/philips-software/amp-devcontainer/compare/v5.1.3...v5.1.4) (2024-07-29) + + +### Chores + +* **deps, cpp:** Update llvm-vs-code-extensions.vscode-clangd, ms-vsliveshare.vsliveshare ([#506](https://github.com/philips-software/amp-devcontainer/issues/506)) ([aca9c0c](https://github.com/philips-software/amp-devcontainer/commit/aca9c0c5d5f9b1d4a676adc08bb82d23578845f6)) +* **deps, cpp:** Update ms-vscode.cpptools ([#511](https://github.com/philips-software/amp-devcontainer/issues/511)) ([5389093](https://github.com/philips-software/amp-devcontainer/commit/53890939209cf7ea3d9c8fc463199a591d51d6f0)) +* **deps, cpp:** Update ms-vscode.cpptools ([#517](https://github.com/philips-software/amp-devcontainer/issues/517)) ([8701ced](https://github.com/philips-software/amp-devcontainer/commit/8701ced2340e953d03dab47837f707396a29acc8)) +* **deps, cpp:** Update ms-vscode.cpptools ([#519](https://github.com/philips-software/amp-devcontainer/issues/519)) ([9d613ba](https://github.com/philips-software/amp-devcontainer/commit/9d613bac0ba511b56461740bc29497b995689361)) +* **deps, rust:** Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer ([#500](https://github.com/philips-software/amp-devcontainer/issues/500)) ([a48af19](https://github.com/philips-software/amp-devcontainer/commit/a48af1983f7dfc9613f5d0937e39a09688ee7983)) +* **deps, rust:** Update rust-lang.rust-analyzer ([#512](https://github.com/philips-software/amp-devcontainer/issues/512)) ([abfcd89](https://github.com/philips-software/amp-devcontainer/commit/abfcd89cf90b5f97953b03dd86d9b8530867800e)) +* **deps:** Bump cmake from 3.30.0 to 3.30.1 in /.devcontainer ([#513](https://github.com/philips-software/amp-devcontainer/issues/513)) ([73613cc](https://github.com/philips-software/amp-devcontainer/commit/73613ccd2c16198f6c968caba6940d7490a6ac77)) + ## [5.1.3](https://github.com/philips-software/amp-devcontainer/compare/v5.1.2...v5.1.3) (2024-07-12)