Skip to content

Commit

Permalink
Bump v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Aug 13, 2020
1 parent 72cf44f commit a61ca6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a61ca6b

Please sign in to comment.