File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
230232First 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
Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ 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+ ## [ 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
208229First 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
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- version = "1.8 .0"
3+ version = "1.9 .0"
You can’t perform that action at this time.
0 commit comments