tabacws-sandbox / mattermost-golang

https://github.com/mattermost/mattermost-server
Other
0 stars 0 forks source link

Update module github.com/blang/semver to v4 (master) - autoclosed #242

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
github.com/blang/semver require major v3.5.1+incompatible -> v4.0.0

Release Notes

blang/semver ### [`v4.0.0`](https://togithub.com/blang/semver/releases/v4.0.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.8.0...v4.0.0) This release introduces the new [v4](v4/) directory as the base for all v4 versions. This change makes all v4 versions go module compatible. For stability reasons, the root of the repository keeps all v1-v3 versions but will only receive bug fixes. If possible upgrade to v4, it is fully backward-compatible with v3, but resides in its own module. go get github.com/blang/semver/v4@​v4.0.0 ... import github.com/blang/semver/v4 v1, err := semver.Make("1.0.0-beta") v2, err := semver.Make("2.0.0-beta") v1.Compare(v2) Thanks for all the contributions and the patience for this release ### [`v3.8.0`](https://togithub.com/blang/semver/compare/v3.7.0...v3.8.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.7.0...v3.8.0) ### [`v3.7.0`](https://togithub.com/blang/semver/compare/v3.6.1...v3.7.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.6.1...v3.7.0) ### [`v3.6.1`](https://togithub.com/blang/semver/compare/v3.6.0...v3.6.1) [Compare Source](https://togithub.com/blang/semver/compare/v3.6.0...v3.6.1) ### [`v3.6.0`](https://togithub.com/blang/semver/compare/v3.5.1...v3.6.0) [Compare Source](https://togithub.com/blang/semver/compare/v3.5.1...v3.6.0)

Configuration

šŸ“… Schedule: At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.