From 41fd3652a11fb50d7bb5a1418fe2349998ad424a Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Tue, 7 Jul 2026 20:49:00 +0200 Subject: [PATCH] doc: announce v1.0.0 Signed-off-by: Frederic BIDON --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a90e799..6e7929c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ An implementation of JSON Pointer for golang, which supports go `struct`. ## Announcements +* **2026-07-07** : landing v1.0.0 + * stable API pledge + * **2026-06-29** : reinsourced external dependency to swag (v0.24.0) * module `github.com/go-openapi/swag/jsonname` is source directly here, so we no longer have any external dependency * `jsonname` was never really used by any other package, so it makes sense to deprecate it away from the `swag` family