From a4874517558b16673564944808dec2901486ebb8 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Tue, 28 May 2024 23:26:15 -0700 Subject: [PATCH] Version bump v0.6.0 --- CHANGELOG.md | 22 ++++++++++++++++++++-- thx/__version__.py | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d841f..93722da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------ @@ -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] ``` diff --git a/thx/__version__.py b/thx/__version__.py index bc3c1a5..ba7c5de 100644 --- a/thx/__version__.py +++ b/thx/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "0.5.1" +__version__ = "0.6.0"