From 0b8c7d6cc7aaa753aba9c62e51cb4343cd356ea7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Wed, 22 Mar 2023 10:53:23 -0700 Subject: [PATCH] Release v1.0.0. This is the first stable release of jrpc2. Changes since v0.46.0: - Update module dependencies. - Update the versioning statement. - Update doc comments throughout the module. (#98) - Update the playground example. Development of v1 will continue on the main branch of the repository. If a major revision becomes necessary, new branches will be added to track a versioned import path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7309f7b..3fbcf30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=yellow)](https://pkg.go.dev/github.com/creachadair/jrpc2) This repository provides a Go module that implements a [JSON-RPC 2.0][spec] client and server. -There is also a working [example in the Go playground](https://go.dev/play/p/Tr5rdfT-PXi). +There is also a working [example in the Go playground](https://go.dev/play/p/Nhg0smrxsoM). ## Packages