From d8eab98607a8c2be8570a14f43b157695a4c8976 Mon Sep 17 00:00:00 2001
From: Marc Bernard <59966492+mbtools@users.noreply.github.com>
Date: Thu, 28 Nov 2024 00:28:18 -0500
Subject: [PATCH 1/3] chore: clarify comment about obsolete prefixes
Adds an explanation why the "=" and "v" prefixes should not be used anymore.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index ede7b7d0..7d3c1fc6 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,8 @@ A "version" is described by the `v2.0.0` specification found at
.
A leading `"="` or `"v"` character is stripped off and ignored.
+These prefixes are kept for compatibility with `v1.0.0` of the SemVer
+specification but should not be used anymore.
## Ranges
From f37fc8ae0d8434c9522115de42ea99ee8b98e8a7 Mon Sep 17 00:00:00 2001
From: Marc Bernard <59966492+mbtools@users.noreply.github.com>
Date: Fri, 29 Nov 2024 16:10:22 -0500
Subject: [PATCH 2/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7d3c1fc6..c07869fa 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ A "version" is described by the `v2.0.0` specification found at
.
A leading `"="` or `"v"` character is stripped off and ignored.
-These prefixes are kept for compatibility with `v1.0.0` of the SemVer
+A leading "v" is kept for compatibility with `v1.0.0` of the SemVer
specification but should not be used anymore.
## Ranges
From 18a8a0ae8cd82931bf4b4eb21f289cf12174419f Mon Sep 17 00:00:00 2001
From: Marc Bernard <59966492+mbtools@users.noreply.github.com>
Date: Mon, 2 Dec 2024 16:56:52 -0500
Subject: [PATCH 3/3] Fixit
Co-authored-by: Jordan Harband
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c07869fa..d5a94924 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ A "version" is described by the `v2.0.0` specification found at
.
A leading `"="` or `"v"` character is stripped off and ignored.
-A leading "v" is kept for compatibility with `v1.0.0` of the SemVer
+Support for stripping a leading "v" is kept for compatibility with `v1.0.0` of the SemVer
specification but should not be used anymore.
## Ranges