Skip to content

Commit

Permalink
retract v1.0.0 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored Oct 22, 2024
1 parent f4f0d7e commit 446b6c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// we retract v1.0.0 because v0.2.0 is not backwards compatible with v1.0.0.
// The users should upgrade to v2.0.0 instead once released.
retract v1.0.0

// need to retract the next release as well
retract v1.0.1

0 comments on commit 446b6c2

Please sign in to comment.