From 3c839aa37d26c8fc523b3763df20228a4fc87c35 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Fri, 10 Apr 2026 10:18:37 -0400 Subject: [PATCH] Fix example in docs for versioning --- docs/docs-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-contributing.md b/docs/docs-contributing.md index 9ab17e0f..20d132d3 100644 --- a/docs/docs-contributing.md +++ b/docs/docs-contributing.md @@ -39,7 +39,7 @@ breaking changes, increment the number in the suffix, for example `-alpha.2`. When releasing, remove the suffix and then publish. For example, let's say the last published version of `javy` is `2.0.0`, so the -current version in the Cargo.toml file is `2.0.0-alpha.1`. If you add a new +current version in the Cargo.toml file is `2.0.1-alpha.1`. If you add a new public function, you would change the version to `2.1.0-alpha.1`. This is because adding a new public function is considered an additive change. After merging those changes, if you add a new public function, you would change the