Skip to content

Commit

Permalink
Version bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 20, 2022
1 parent acb2c8f commit 728284f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
thx
===

v0.3.0
------

Feature release

- Better CLI presentation of jobs and results using Rich (#14)
- New option `--live` to skip version detection (#15)
- Better tracking of runtime versions available (#15)
- Fixed benchmarking on Windows due to lack of time precision

```
$ git shortlog -s v0.2.0...v0.3.0
8 John Reese
```


v0.2.0
------

Expand Down
2 changes: 1 addition & 1 deletion thx/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 728284f

Please sign in to comment.