Skip to content

Commit edf30f8

Browse files
committed
Bump release to 2.0.0
Added: - The `log` command output can now be filtered to exclude projects and tags via `--ignore-project` and `--ignore-tag` (#395) - Python 3.8 support (#402) - Python 3.9 support (#402) - Support for the TZ environment variable to specify the local time zone (#391) Changed: - Upgrade to major arrow release 1.0.0 (#407) Fixed: - Zsh completion (#379) Removed: - Python 2.7 support (#305). - Python 3.5 support (#407).
1 parent 06bdbc8 commit edf30f8

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

271274
First 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

docs/about/release-notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

248271
First 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

watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.0"
1+
version = "2.0.0"

0 commit comments

Comments
 (0)