From 6fa27452f280faec6732a268e83d772be64ed386 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:19:32 +0900 Subject: [PATCH] chore(main): release 0.5.0-alpha (#22) :robot: I have created a release *beep* *boop* --- ## [0.5.0-alpha](https://github.com/instill-ai/x/compare/v0.4.0-alpha...v0.5.0-alpha) (2024-10-03) ### Features * **errmsg:** support errors wrapped through errors.Join ([#21](https://github.com/instill-ai/x/issues/21)) ([5ced228](https://github.com/instill-ai/x/commit/5ced228b749839129417cdd5214daad774ce043d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daa9ed..6296cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0-alpha](https://github.com/instill-ai/x/compare/v0.4.0-alpha...v0.5.0-alpha) (2024-10-03) + + +### Features + +* **errmsg:** support errors wrapped through errors.Join ([#21](https://github.com/instill-ai/x/issues/21)) ([5ced228](https://github.com/instill-ai/x/commit/5ced228b749839129417cdd5214daad774ce043d)) + ## [0.4.0-alpha](https://github.com/instill-ai/x/compare/v0.3.0-alpha...v0.4.0-alpha) (2023-12-19) diff --git a/release-please/manifest.json b/release-please/manifest.json index 8848608..979c53d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0-alpha" + ".": "0.5.0-alpha" }