diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f..c575a16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3788b..235bbfa 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/). +## [7.3.0](https://github.com/embedded-pro/embedded-devcontainer/compare/v7.2.0...v7.3.0) (2026-07-28) + + +### Features + +* Bump the github-actions group across 1 directory with 14 updates ([#84](https://github.com/embedded-pro/embedded-devcontainer/issues/84)) ([4479db7](https://github.com/embedded-pro/embedded-devcontainer/commit/4479db798997d3caac17608906ec95383dd4c63b)) + ## [7.2.0](https://github.com/embedded-pro/embedded-devcontainer/compare/v7.1.0...v7.2.0) (2026-05-30) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 2db987a..aa99752 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "7.2.0", + "version": "7.3.0", "name": "C++", "description": "A modern, batteries-included software development environment for C++", "documentationURL": "https://github.com/embedded-pro/embedded-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "embedded-devcontainer version", - "default": "7.2.0" + "default": "7.3.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 43e2e08..3b59eb4 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "7.2.0", + "version": "7.3.0", "name": "Rust", "description": "A modern, batteries-included software development environment for Rust", "documentationURL": "https://github.com/embedded-pro/embedded-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "embedded-devcontainer version", - "default": "7.2.0" + "default": "7.3.0" } }, "optionalPaths": [