Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

This PR contains the following updates:

Package Change Age Confidence
github.com/Masterminds/semver/v3 v3.1.0 -> v3.4.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

v3.2.0

Compare Source

Added

Changed

Fixed

  • #​186: Fixing issue where validation of constraint section gave false positives
  • #​176: Fix constraints check with *-0 (thanks @​mtt0)
  • #​181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @​arshchimni)
  • #​161: Fixed godoc (thanks @​afirth)

v3.1.1

Compare Source

Fixed
  • #​158: Fixed issue with generated regex operation order that could cause problem

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.1.1 Update module github.com/Masterminds/semver/v3 to v3.2.0 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from d0e8f21 to 4f9d78c Compare May 30, 2023 05:49
@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.2.0 Update module github.com/Masterminds/semver/v3 to v3.2.1 May 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from 4f9d78c to e8bf969 Compare August 28, 2024 02:56
@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.2.1 Update module github.com/Masterminds/semver/v3 to v3.3.0 Aug 28, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.21

@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.3.0 Update module github.com/Masterminds/semver/v3 to v3.3.0 - autoclosed Oct 30, 2024
@renovate renovate bot closed this Oct 30, 2024
@renovate renovate bot deleted the renovate/github.com-masterminds-semver-v3-3.x branch October 30, 2024 08:50
@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.3.0 - autoclosed Update module github.com/Masterminds/semver/v3 to v3.3.0 Oct 31, 2024
@renovate renovate bot reopened this Oct 31, 2024
@renovate renovate bot restored the renovate/github.com-masterminds-semver-v3-3.x branch October 31, 2024 17:56
@renovate renovate bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from e8bf969 to 4613c5b Compare November 21, 2024 02:54
@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.3.0 Update module github.com/Masterminds/semver/v3 to v3.3.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from 4613c5b to a896ab6 Compare June 29, 2025 00:14
@renovate renovate bot changed the title Update module github.com/Masterminds/semver/v3 to v3.3.1 Update module github.com/Masterminds/semver/v3 to v3.4.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from a896ab6 to 92bcb7e Compare August 14, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants