From a4e63fa6ae67cf37d011338b22006872d101ea81 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 2 Oct 2019 15:42:57 -0400 Subject: [PATCH] Updating readme for v3 stable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5430ccfd..454f2957 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ JavaScript libraries, such as [underscore.js](http://underscorejs.org/). There are two active major versions of the `sprig` package. -* v3 is currently under development on the `master` branch. The Go API should +* v3 is currently stable release series on the `master` branch. The Go API should remain compatible with v2, the current stable version. Behavior change behind some functions is the reason for the new major version. -* v2 is the current stable release series. It has been more than three years since +* v2 is the previous stable release series. It has been more than three years since the initial release of v2. You can read the documentation and see the code on the [release-2](https://github.com/Masterminds/sprig/tree/release-2) branch. Bug fixes to this major version will continue for some time.