From 5aa54aadad75a25b4a3ad9ca1e0d1d6efb1bec66 Mon Sep 17 00:00:00 2001 From: Jon Webb Date: Fri, 28 Feb 2025 11:20:36 -0500 Subject: [PATCH] declare api stable for v1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 440f3db..041b61b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The parser differs from GNU libc's getopt in the following ways: ## API Documentation -The full API documentation can be found at [pkg.go.dev](https://pkg.go.dev/github.com/jon-codes/getopt). +The full API documentation can be found at [pkg.go.dev](https://pkg.go.dev/github.com/jon-codes/getopt). The API for major version `1.x.x` is stable -- any breaking changes to the API will require a new major version. ## Acknowledgements