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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
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.