Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".": "0.3.0"}
{".":"0.3.1"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down