From 78cc0e06ab55b206e21ed778987e9e57289f5c2e Mon Sep 17 00:00:00 2001 From: David Dymko Date: Tue, 4 Aug 2026 14:24:49 -0400 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0478470..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ef5ee..e90c69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.1](https://github.com/devbytes-cloud/freight/compare/v0.3.0...v0.3.1) (2026-08-04) + + +### Bug Fixes + +* add missing release please configs ([#77](https://github.com/devbytes-cloud/freight/issues/77)) ([00e71c5](https://github.com/devbytes-cloud/freight/commit/00e71c5bc10becc69f0910010b5f05b6ecb75795)) + + +### Dependencies + +* update actions/checkout action to v7 ([#83](https://github.com/devbytes-cloud/freight/issues/83)) ([b031a2b](https://github.com/devbytes-cloud/freight/commit/b031a2b8ff0e52236ce2cadf1037f74e3424ca42)) +* update docusarus dev deps ([#80](https://github.com/devbytes-cloud/freight/issues/80)) ([4a1839b](https://github.com/devbytes-cloud/freight/commit/4a1839b5c03e077ea115a769f6e5581569eb0760)) +* update golangci/golangci-lint-action action to v9 ([#40](https://github.com/devbytes-cloud/freight/issues/40)) ([290ebfe](https://github.com/devbytes-cloud/freight/commit/290ebfe38e8a1f9a8c1b34bd6a03128aeb010de7)) +* update googleapis/release-please-action action to v5 ([#86](https://github.com/devbytes-cloud/freight/issues/86)) ([4362349](https://github.com/devbytes-cloud/freight/commit/43623495a022c0117a2a01fb92f9b9ee4419c299)) +* update module github.com/spf13/cobra to v1.10.2 ([#82](https://github.com/devbytes-cloud/freight/issues/82)) ([a37038d](https://github.com/devbytes-cloud/freight/commit/a37038da0aeed9133d05b2639b81634b2ea36e08)) +* update site deps ([#76](https://github.com/devbytes-cloud/freight/issues/76)) ([2b5d2de](https://github.com/devbytes-cloud/freight/commit/2b5d2dead583a8ac9ee50fe40313fa5f9585378a)) + ## [0.3.0](https://github.com/devbytes-cloud/freight/compare/v0.2.0...v0.3.0) (2026-01-19)