From a61ca6b0ca1b9f8034d52b4b9b163cc4dad59b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Thu, 13 Aug 2020 13:49:50 +0200 Subject: [PATCH] Bump v7.1.0 --- CHANGELOG.md | 3 +++ README.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f127ed..fac2b364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## To Be Released +## v7.1.0 (August 13 2020) + * [difflib] Add a way to activate/desactivate the colors formatting * [difflib] Add colors to have a better display in the shell (only for unified diff) * [difflib] New package to print diff between two content in the shell (git diff style) +* [document] Do not add sensitive information in the log ## v7.0.1 (June 12 2020) diff --git a/README.md b/README.md index f8aca22c..7b933c14 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Commit, tag and create a new release: ```sh git add CHANGELOG.md README.md -git commit -m "Bump v7.0.1" -git tag v7.0.1 +git commit -m "Bump v7.1.0" +git tag v7.1.0 git push origin master git push --tags -hub release create v7.0.1 +hub release create v7.1.0 ``` The title of the release should be the version number and the text of the