Skip to content

Commit

Permalink
Merge pull request #93 from nicoddemus/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
2 parents 65c142a + 4b1ea12 commit a998b0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 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
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ To publish a new release ``X.Y.Z``, the steps are as follows:

.. code-block:: console
gh workflow run deploy.yml -R pytest-dev/pytest-rich --ref release-VERSION --field version=VERSION
gh workflow run deploy.yml -R nicoddemus/pytest-rich --ref release-VERSION --field version=VERSION
The PR will be automatically merged.

0 comments on commit a998b0e

Please sign in to comment.