From 73854f993ff6c9007b3d9d0a07df7d76beca4a1d Mon Sep 17 00:00:00 2001 From: Alfonso Espitia <105309364+aespitia@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:33:04 -0400 Subject: [PATCH] Update versions.md bad link to semver.org --- content/versions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/versions.md b/content/versions.md index 814fb971..a56d7f72 100644 --- a/content/versions.md +++ b/content/versions.md @@ -40,7 +40,7 @@ date: 2023-12-13 ## Versioning Strategy -**ScottPlot does not use [semantic versioning](semver.org).** Instead, version numbers are thoughtfully incremented to signal the likelihood that effort will be required to upgrade. Efforts are made to maximize backward compatibility, but **development prioritizes moving toward a high quality and intuitive API** over preventing existing users from having to modify code to upgrade. +**ScottPlot does not use [semantic versioning](https://semver.org).** Instead, version numbers are thoughtfully incremented to signal the likelihood that effort will be required to upgrade. Efforts are made to maximize backward compatibility, but **development prioritizes moving toward a high quality and intuitive API** over preventing existing users from having to modify code to upgrade. **Naming:** ScottPlot x.y.z (major.minor.build) @@ -48,4 +48,4 @@ date: 2023-12-13 * **Minor version bump:** Significant changes to the API will require **many users** to modify source code files. However, many users will be able to upgrade effortlessly without requiring code modification. -* **Major version bump:** Significant changes the API require **all users** to modify most source code files and refer to new documentation. Unless the SkiaSharp is replaced with a different rendering system it unlikely ScottPlot will experience a major version bump. \ No newline at end of file +* **Major version bump:** Significant changes the API require **all users** to modify most source code files and refer to new documentation. Unless the SkiaSharp is replaced with a different rendering system it unlikely ScottPlot will experience a major version bump.