Skip to content

Commit

Permalink
Version bump v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed May 29, 2024
1 parent bd87ba6 commit a487451
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ thx
[![Generated by attribution][attribution-badge]][attribution-url]


v0.6.0
------

Feature release

- Support for installing project with extras (#85)
- Virtualenv bin/scripts dir is now added to `$PATH` (#82, #110)
- Exclude `.thx/` virtualenv dir from watchdog events in watch mode (#71, #111)
- Tested up to Python 3.12
- Dropped support for Python 3.7

```text
$ git shortlog -s v0.5.1...v0.6.0
13 Amethyst Reese
1 Tim Hatch
18 dependabot[bot]
```


v0.5.1
------

Expand All @@ -16,8 +35,7 @@ Bugfix release

```text
$ git shortlog -s v0.5.0...v0.5.1
10 Amethyst Reese
2 Amethyst Reese
12 Amethyst Reese
1 Tim Hatch
12 dependabot[bot]
```
Expand Down
2 changes: 1 addition & 1 deletion thx/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.5.1"
__version__ = "0.6.0"

0 comments on commit a487451

Please sign in to comment.