Skip to content

Commit

Permalink
Version bump v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 7, 2024
1 parent a23c53f commit 3549416
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ unittest-ft
[![Generated by attribution][attribution-badge]][attribution-url]


v0.2
----

Feature release

- New: option to randomize test order
- New: option to run 'stress test', running every test ten times
- New: added proper CLI flags and help docs
- Docs: now with more README
- Python: support back to Python 3.8

```text
$ git shortlog -s v0.1...v0.2
6 Amethyst Reese
```


v0.1
----

Expand Down
2 changes: 1 addition & 1 deletion unittest_ft/__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.1"
__version__ = "0.2"

0 comments on commit 3549416

Please sign in to comment.