Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 12, 2024
1 parent 65c142a commit b1076f3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
``` -->

## [Unreleased]
## [0.2.0]

*2024-12-12*

### Added

- Confirmed Python 3.13 support. ([#91])
- Confirmed Python 3.12 support. ([#84])
- Added `CHANGELOG.md` file. ([#40])
- Confirmed Python 3.11 support. ([#39])
- Added `CHANGELOG.md` file. ([#40])
- Added test summary to the end of the test run. ([#31])
- Added support for `--no-header` and `--no-summary` command line options. ([#64])
- Added support for capturing terminal output using Rich's `Console` class, with command line option `--rich-capture`. ([#65])
Expand All @@ -36,9 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dropped Python 3.8 support. ([#91])


## [0.1.1] - 2022-03-03
## [0.1.1]

*2022-03-03*

## [0.1.0]

## [0.1.0] - 2022-03-02
*2022-03-02*

Initial release!

Expand Down

0 comments on commit b1076f3

Please sign in to comment.