Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 0.52.1 #491

Merged
Merged
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.52.1](https://github.com/lindell/multi-gitter/compare/v0.52.1...v0.52.1) (2024-07-02)


### Bug Fixes

* accept capital chars in run command ([#488](https://github.com/lindell/multi-gitter/issues/488)) ([6a9ad1b](https://github.com/lindell/multi-gitter/commit/6a9ad1b82f69c3408ee3642c2cb50cc7f99ae924))
* **github:** include draft PR status to when updating PR ([#478](https://github.com/lindell/multi-gitter/issues/478)) ([bef2b44](https://github.com/lindell/multi-gitter/commit/bef2b443f85257df8c7d91cdfbf6a0a0f3772941))
* **release:** goreleaser config ([#490](https://github.com/lindell/multi-gitter/issues/490)) ([4491a1a](https://github.com/lindell/multi-gitter/commit/4491a1a3734767cd99d7845ba8fe8462baad5d76))


### Miscellaneous

* **master:** release 0.52.1 ([#480](https://github.com/lindell/multi-gitter/issues/480)) ([206b6b4](https://github.com/lindell/multi-gitter/commit/206b6b459a5ae618c3acb14f538130a1e8507210))
* **tmp:** fix go-releaser version and changelog ([29226d3](https://github.com/lindell/multi-gitter/commit/29226d39bc5efd994a63fc3d0392732106aea997))


### Dependencies

* update golang.org/x/exp digest to 7f521ea ([5e45ec3](https://github.com/lindell/multi-gitter/commit/5e45ec350066b826db8fc0c836d159ffdefa60d3))
* update module github.com/spf13/cobra to v1.8.1 ([a4f429f](https://github.com/lindell/multi-gitter/commit/a4f429ffdb238c35af37ae8af097d04e999a6e55))
* update module github.com/spf13/viper to v1.19.0 ([934a1df](https://github.com/lindell/multi-gitter/commit/934a1df68417d53d68ae5564c5b8e883e562648c))
* update module github.com/xanzy/go-gitlab to v0.105.0 ([4bcbe9c](https://github.com/lindell/multi-gitter/commit/4bcbe9caa5aec9ea71f5b9d35149e0646a204037))
* update module github.com/xanzy/go-gitlab to v0.106.0 ([c63b8b6](https://github.com/lindell/multi-gitter/commit/c63b8b6527eb9173f54788cbec4cedacd96e762b))
* update module golang.org/x/oauth2 to v0.20.0 ([d1876a6](https://github.com/lindell/multi-gitter/commit/d1876a6acb510d7a9af9543e97a728addeab6277))
* update module golang.org/x/oauth2 to v0.21.0 ([f970bf2](https://github.com/lindell/multi-gitter/commit/f970bf292a6afc62df05c92037d91329b01269d9))

## [0.52.1](https://github.com/lindell/multi-gitter/compare/v0.52.0...v0.52.1) (2024-07-01)


Expand Down