From a8f2f2210f9d5cf2b1e0c47abe853432f0c3c93c Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Tue, 31 Dec 2024 13:34:30 -0500 Subject: [PATCH] Add project status in README (#1377) We have this section in other connectrpc repositories. Signed-off-by: Nick Snyder --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a887242c4..646c4de6c 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ The libraries and the generated code are compatible with ES2017 and TypeScript 4 gRPC-Web and Connect interoperability tests - [Buf Studio](https://buf.build/studio): web UI for ad-hoc RPCs +## Status + +This project is stable and follows semantic versioning, which means any breaking changes will result in a major version increase. +Our goal is to not make breaking changes unless absolutely necessary. + ## Legal Offered under the [Apache 2 license](/LICENSE).