From 446b6c2ce107e7b329906d8c07ffe133333175b9 Mon Sep 17 00:00:00 2001 From: Aman Mangal Date: Tue, 22 Oct 2024 23:36:12 +0530 Subject: [PATCH] retract v1.0.0 (#406) --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/go.mod b/go.mod index 3ed287f7..45f670e8 100644 --- a/go.mod +++ b/go.mod @@ -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