File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] - 2020-03-19
11+
1012### Added
1113
12- - The ` log ` command output can now be filtered to exclude projects and tags via ` --ignore-project ` and ` --ignore-tag ` (#395 )
14+ - The ` log ` command output can now be filtered to exclude projects and tags via
15+ ` --ignore-project ` and ` --ignore-tag ` (#395 )
1316- Python 3.8 support (#402 )
1417- Python 3.9 support (#402 )
1518- Support for the TZ environment variable to specify the local time zone (#391 )
@@ -270,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270273
271274First stable public release 🎉
272275
273- [ unreleased ] : https://github.com/tailordev/watson/compare/1.10.0...HEAD
276+ [ unreleased ] : https://github.com/tailordev/watson/compare/2.0.0...HEAD
277+ [ 2.0.0 ] : https://github.com/tailordev/watson/compare/1.10.0...2.0.0
274278[ 1.10.0 ] : https://github.com/tailordev/watson/compare/1.9.0...1.10.0
275279[ 1.9.0 ] : https://github.com/tailordev/watson/compare/1.8.0...1.9.0
276280[ 1.8.0 ] : https://github.com/tailordev/watson/compare/1.7.0...1.8.0
Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.0] - 2020-03-19
9+
10+ ### Added
11+
12+ - The ` log ` command output can now be filtered to exclude projects and tags via
13+ ` --ignore-project ` and ` --ignore-tag ` (#395 )
14+ - Python 3.8 support (#402 )
15+ - Python 3.9 support (#402 )
16+ - Support for the TZ environment variable to specify the local time zone (#391 )
17+
18+ ### Changed
19+
20+ - Upgrade to major arrow release 1.0.0 (#407 )
21+
22+ ### Fixed
23+
24+ - Zsh completion (#379 )
25+
26+ ### Removed
27+
28+ - Python 2.7 support (#305 ).
29+ - Python 3.5 support (#407 ).
30+
831## [ 1.10.0] - 2020-07-03
932
1033### Added
@@ -247,6 +270,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
247270
248271First stable public release 🎉
249272
273+ [ 2.0.0 ] : https://github.com/tailordev/watson/compare/1.10.0...2.0.0
250274[ 1.10.0 ] : https://github.com/tailordev/watson/compare/1.9.0...1.10.0
251275[ 1.9.0 ] : https://github.com/tailordev/watson/compare/1.8.0...1.9.0
252276[ 1.8.0 ] : https://github.com/tailordev/watson/compare/1.7.0...1.8.0
Original file line number Diff line number Diff line change 1- version = "1.10 .0"
1+ version = "2.0 .0"
You can’t perform that action at this time.
0 commit comments