Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0 #93

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading