From 576585c9d179a04726a6b19dab5e0a0b03ae6e5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 16:57:42 +0200 Subject: [PATCH] build(main): release 0.6.0 (#88) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7227eeb..9392300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## What's Changed +### Exciting New Features 🎉 +* feat: Include pre-commit configuraiton into a container by @mikolajb in https://github.com/mesosphere/daggers/pull/90 +* feat: Add gotest target to mage catalog by @mikolajb in https://github.com/mesosphere/daggers/pull/91 +### Other Changes +* build(deps): Bump dagger.io/dagger from 0.5.0 to 0.5.1 by @dependabot in https://github.com/mesosphere/daggers/pull/87 +* build(deps): Bump dagger.io/dagger from 0.5.1 to 0.5.2 by @dependabot in https://github.com/mesosphere/daggers/pull/89 + + +**Full Changelog**: https://github.com/mesosphere/daggers/compare/v0.5.6...v0.6.0 + +## Changelog + + + ## What's Changed ### Other Changes * build: bump dagger v0.4.5 by @aweris in https://github.com/mesosphere/daggers/pull/82