Skip to content

Commit d23c507

Browse files
committed
Bump release to 1.9.0
1 parent 523d421 commit d23c507

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.0] - 2020-05-27
11+
1012
### Added
1113

1214
- Improve Arrow 0.15.0 support after changes in `arrow.get()` behavior (#296)
@@ -229,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229231

230232
First stable public release 🎉
231233

232-
[unreleased]: https://github.com/tailordev/watson/compare/1.8.0...HEAD
234+
[unreleased]: https://github.com/tailordev/watson/compare/1.9.0...HEAD
235+
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
233236
[1.8.0]: https://github.com/tailordev/watson/compare/1.7.0...1.8.0
234237
[1.7.0]: https://github.com/tailordev/watson/compare/1.6.0...1.7.0
235238
[1.6.0]: https://github.com/tailordev/watson/compare/1.5.2...1.6.0

docs/about/release-notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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+
## [1.9.0] - 2020-05-27
9+
10+
### Added
11+
12+
- Improve Arrow 0.15.0 support after changes in `arrow.get()` behavior (#296)
13+
- Watson now suggests correct command if users make small typo (#318)
14+
15+
### Changed
16+
17+
- Always show total time at bottom of report (#356)
18+
- Use the default system newline character for CSV output (#366).
19+
20+
### Fixed
21+
22+
- Stylize prompt to create new project or tag (#310).
23+
- Aggregate calculates wrong time if used with `--current` (#293)
24+
- The `start` command now correctly checks if project is empty (#322)
25+
- Aggregate ignores frames that crosses aggreagate boundary (#248)
26+
- The `report` and `aggregate` commands with `--json` option now correctly
27+
encode Arrow objects (#329)
28+
829
## [1.8.0] - 2019-08-26
930

1031
### Added
@@ -207,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207228

208229
First stable public release 🎉
209230

231+
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
210232
[1.8.0]: https://github.com/tailordev/watson/compare/1.7.0...1.8.0
211233
[1.7.0]: https://github.com/tailordev/watson/compare/1.6.0...1.7.0
212234
[1.6.0]: https://github.com/tailordev/watson/compare/1.5.2...1.6.0

watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
version = "1.8.0"
3+
version = "1.9.0"

0 commit comments

Comments
 (0)