From eeeeeffd7b563324f89b4dbb3e2555de69bf0ca9 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 11 Jan 2020 11:44:02 +1100 Subject: [PATCH] Added note about v3 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d8098ad..541bdcb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,21 @@ a lightweight and portable command-line YAML processor The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files. + +## Major upgrade - V3 beta is out! + +This addresses a number of features requests and issues that have been raised :) + +Currently only available only available as a [binary release here](https://github.com/mikefarah/yq/releases/tag/3.0.0-beta) or via docker mikefarah/yq:3.0.0-beta! + +It does have a few breaking changes listed on the [release page](https://github.com/mikefarah/yq/releases/tag/3.0.0-beta) + +Looking forward to feedback - once this is out of beta it will be added to the remaining package managers, and be the default version downloaded (and merged into master). + +V2 will no longer have any new features added, and will be moved to a branch (v2). It will have limited maintenance for bugs for a few months. + ## Install + ### On MacOS: ``` brew install yq