diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-06-21 11:04:27 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-06-21 11:04:27 +1000 |
| commit | 316adf5a6c0617a4bd94bf0083d6e03f4ebcd4ea (patch) | |
| tree | ad067e28b3ca4382d8b934fa68329540a335a128 | |
| parent | bbd1bd3558430341a9c76b63a302b587e9e1c648 (diff) | |
docs: update
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 562dfa0..f87ac52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [3.1.0] - 2018-06-21 + - Added `--saturate` to change color saturation. - Takes a float as its value: `0.0` to `1.0`. - Added `vim` output file. @@ -648,7 +651,8 @@ Note to self: Don't flag releases before coffee. -[Unreleased]: https://github.com/dylanaraps/pywal/compare/3.0.1...HEAD +[Unreleased]: https://github.com/dylanaraps/pywal/compare/3.1.0...HEAD +[3.1.0]: https://github.com/dylanaraps/pywal/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/dylanaraps/pywal/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/dylanaraps/pywal/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/dylanaraps/pywal/compare/2.0.5...2.1.0 |
