From a29ff522901910709b0f4798ec5a8865f715599d Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 27 Apr 2023 14:43:15 +0300 Subject: [PATCH] docs(readme): promote to beta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b0a5db4..cfaf9f77c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ogen svg logo

-# ogen [![Go Reference](https://img.shields.io/badge/go-pkg-00ADD8)](https://pkg.go.dev/github.com/ogen-go/ogen#section-documentation) [![codecov](https://img.shields.io/codecov/c/github/ogen-go/ogen?label=cover)](https://codecov.io/gh/ogen-go/ogen) [![alpha](https://img.shields.io/badge/-alpha-orange)](https://go-faster.org/docs/projects/status#alpha) +# ogen [![Go Reference](https://img.shields.io/badge/go-pkg-00ADD8)](https://pkg.go.dev/github.com/ogen-go/ogen#section-documentation) [![codecov](https://img.shields.io/codecov/c/github/ogen-go/ogen?label=cover)](https://codecov.io/gh/ogen-go/ogen) [![beta](https://img.shields.io/badge/-beta-yellow)](https://go-faster.org/docs/projects/status#beta) Opinionated OpenAPI v3 Code Generator for Go. @@ -12,7 +12,7 @@ Opinionated OpenAPI v3 Code Generator for Go. - [Telegram group `@ogen_dev`](https://t.me/ogen_dev) - [Roadmap](https://github.com/ogen-go/ogen/blob/-/ROADMAP.md) -Work is still in progress, so currently no backward compatibility is provided. However, we are close to alpha. +API should be pretty stable, but some rare changes can occur until v1.0.0. # Install