Skip to content

Commit

Permalink
Version bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 20, 2022
1 parent 0ea1574 commit 198ce34
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
37 changes: 31 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
thx
===

[![Generated by attribution][attribution-badge]][attribution-url]


v0.5.1
------

Bugfix release

- Fix: exit with error code if virtualenvs fail to build (#40)
- Fix: include stderr when python runtimes have unknown version (#39, #64)
- Fix: better virtualenv and binary handling for Windows (#64)
- Docs: updated user guide links and toml section names (#52)

```text
$ git shortlog -s v0.5.0...v0.5.1
10 Amethyst Reese
2 John Reese
1 Tim Hatch
12 dependabot[bot]
```


v0.5.0
------

Expand All @@ -9,7 +31,7 @@ Feature release
- `watch_paths` is no longer required for watch mode
- documentation improvements

```
```text
$ git shortlog -s v0.4.0...v0.5.0
16 John Reese
4 dependabot[bot]
Expand All @@ -29,7 +51,7 @@ Feature release
- Fix: handle Python versions with local patches (`3.8.6+`)
- Fix: support for Windows cmd prompt

```
```text
$ git shortlog -s v0.4.0a1...v0.4.0
9 John Reese
```
Expand All @@ -45,7 +67,7 @@ Alpha release
- Added `job.show_output` flag
- Support for Windows cmd.exe

```
```text
$ git shortlog -s v0.3.0...v0.4.0a1
25 John Reese
11 dependabot[bot]
Expand All @@ -62,7 +84,7 @@ Feature release
- Better tracking of runtime versions available (#15)
- Fixed benchmarking on Windows due to lack of time precision

```
```text
$ git shortlog -s v0.2.0...v0.3.0
8 John Reese
```
Expand All @@ -83,7 +105,7 @@ Alpha release

See `pyproject.toml` for example job specs.

```
```text
$ git shortlog -s v0.1.0...v0.2.0
16 John Reese
10 dependabot[bot]
Expand All @@ -97,9 +119,12 @@ Initial release

* Basic implementation of configuration, contexts, and job running

```
```text
$ git shortlog -s v0.1.0
37 John Reese
2 dependabot[bot]
```

[attribution-badge]:
https://img.shields.io/badge/generated%20by-attribution-informational
[attribution-url]: https://attribution.omnilib.dev
8 changes: 7 additions & 1 deletion thx/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
__version__ = "0.5.0"
"""
This file is automatically generated by attribution.
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.5.1"

0 comments on commit 198ce34

Please sign in to comment.