From 76faca5ee577b2b910e6f50ff8dd2aa22c54a826 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 8 Oct 2024 14:41:29 -0300 Subject: [PATCH] docs: project state --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 775e324..352a8c9 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,15 @@ There are a few options available in the functions that end with `WithOptions`: Examples are live in [pkg.go.dev](https://pkg.go.dev/github.com/caarlos0/env/v11), and also in the [example test file](./example_test.go). +## Current state + +`env` is considered feature-complete. + +I do not intent to add any new features unless they really make sense, and are +requested by many people. + +Eventual bug fixes will keep being merged. + ## Badges [![Release](https://img.shields.io/github/release/caarlos0/env.svg?style=for-the-badge)](https://github.com/goreleaser/goreleaser/releases/latest)