From bb2d246b811b13c970ee5407ded73e3ba4379a19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:44:32 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2ecd08..c6b4421 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b2902..df127e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.1.1](https://github.com/rtCamp/coding-standards-d/compare/v0.1.0...v0.1.1) (2026-05-14) + + +### Miscellaneous Chores + +* **deps:** bump actions/checkout from 5.0.0 to 6.0.2 ([#7](https://github.com/rtCamp/coding-standards-d/issues/7)) ([f578ca6](https://github.com/rtCamp/coding-standards-d/commit/f578ca6012f8d64b1f531d0ae3a5eb3f331d7145)) +* **deps:** bump googleapis/release-please-action from 4.4.0 to 4.4.1 ([#13](https://github.com/rtCamp/coding-standards-d/issues/13)) ([e3fd7f9](https://github.com/rtCamp/coding-standards-d/commit/e3fd7f9b17e5824a53b6a9d01e655dd7ec5a98f3)) +* **deps:** bump googleapis/release-please-action from 4.4.1 to 5.0.0 ([#14](https://github.com/rtCamp/coding-standards-d/issues/14)) ([72e6c64](https://github.com/rtCamp/coding-standards-d/commit/72e6c64d2d915455506e1bf235f9b383ba7d8b0a)) +* **deps:** bump ramsey/composer-install from 3.1.1 to 3.2.0 ([#10](https://github.com/rtCamp/coding-standards-d/issues/10)) ([7ff76cc](https://github.com/rtCamp/coding-standards-d/commit/7ff76ccf12e2d921657aa774f1a8eb90f2bcc8d0)) +* **deps:** bump ramsey/composer-install from 3.2.0 to 4.0.0 ([#11](https://github.com/rtCamp/coding-standards-d/issues/11)) ([270ef81](https://github.com/rtCamp/coding-standards-d/commit/270ef8165506ae5da67f3ed994858b5b31e046e9)) +* **deps:** bump shivammathur/setup-php from 2.35.4 to 2.36.0 ([#8](https://github.com/rtCamp/coding-standards-d/issues/8)) ([2389862](https://github.com/rtCamp/coding-standards-d/commit/2389862d2e47f0e33856ebd02098f051513d19f3)) +* **deps:** bump shivammathur/setup-php from 2.36.0 to 2.37.0 ([#12](https://github.com/rtCamp/coding-standards-d/issues/12)) ([2a55bbd](https://github.com/rtCamp/coding-standards-d/commit/2a55bbd55ac8b0739e87a58a709b1f9a28af8df1)) +* **deps:** bump shivammathur/setup-php from 2.37.0 to 2.37.1 ([#15](https://github.com/rtCamp/coding-standards-d/issues/15)) ([5fb548f](https://github.com/rtCamp/coding-standards-d/commit/5fb548f4a7cbf5becbbf7efa8df9eeb3a8faa647)) + ## 0.1.0 - 2026-02-26 - Initial (public) release.