From 2b461687929b56e737955b2ca46c4a8e0ed8e44e Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 17 Feb 2016 13:39:05 +0100 Subject: [PATCH] Breaking release means new major --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4168e1b..ccf77d1 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,14 @@ Although *3* introduces a node.js dependency, this does allow for easy version p ### master (Unreleased) +### v2.0.0 (Unreleased) + - Add tests for `templater` and follow Library export best practices - Add tests for `ini_val` and follow Library export best practices - Add tests for `parse_url` and follow Library export best practices - Add tests for `megamount` and follow Library export best practices +- Remove `bump` from `src` (BREAKING) +- Remove `semver` from `src` (BREAKING) ### v1.2.1 (2016-02-17)