Skip to content

Commit

Permalink
Merge branch 'main' into feature/update-rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Oct 16, 2024
2 parents 41fea6b + b8b949b commit c72d034
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
FROM ubuntu:24.04@sha256:ab64a8382e935382638764d8719362bb50ee418d944c1f3d26e0c99fae49a345

ARG BATS_VERSION=1.11.0
ARG CCACHE_VERSION=4.10.1
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.3.1"
".": "5.3.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.3.2](https://github.com/philips-software/amp-devcontainer/compare/v5.3.1...v5.3.2) (2024-10-15)


### Chores

* **deps, cpp:** Update sonarsource.sonarlint-vscode ([#597](https://github.com/philips-software/amp-devcontainer/issues/597)) ([9cc17ab](https://github.com/philips-software/amp-devcontainer/commit/9cc17abbd7d21b064cc222a3959e3cc621afe635))
* **deps, rust:** Update rust-lang.rust-analyzer ([#598](https://github.com/philips-software/amp-devcontainer/issues/598)) ([0fb4b97](https://github.com/philips-software/amp-devcontainer/commit/0fb4b97b9e7e823566eeb9077dbb917e6a33149d))
* **deps:** Bump gcovr from 7.2 to 8.2 in /.devcontainer ([#599](https://github.com/philips-software/amp-devcontainer/issues/599)) ([b6f6d43](https://github.com/philips-software/amp-devcontainer/commit/b6f6d43e6bf48708466df7d767731fca37804b99))
* **deps:** Bump ubuntu from `b359f10` to `ab64a83` in /.devcontainer/rust ([#602](https://github.com/philips-software/amp-devcontainer/issues/602)) ([4f42bee](https://github.com/philips-software/amp-devcontainer/commit/4f42bee6fec98e2e42aa2ecce7be12459ce4b635))
* **deps:** Bump ubuntu from `b359f10` to `ab64a83` in amp-devcontainer-cpp ([#601](https://github.com/philips-software/amp-devcontainer/issues/601)) ([e2751ea](https://github.com/philips-software/amp-devcontainer/commit/e2751eac089c24e430dc91d8500ceebdcac053c4))

## [5.3.1](https://github.com/philips-software/amp-devcontainer/compare/v5.3.0...v5.3.1) (2024-10-09)


Expand Down

0 comments on commit c72d034

Please sign in to comment.