From b1076f3012b06f1e4fc712440e887dcb5a9d5126 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 12 Dec 2024 19:54:08 -0300 Subject: [PATCH 1/2] Release 0.2.0 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45efc49..84422ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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! From 4b1ea121ff96204da5a904b4b0b8281587466d71 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 12 Dec 2024 19:57:08 -0300 Subject: [PATCH 2/2] Fix deploy command in RELEASING.rst --- RELEASING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.rst b/RELEASING.rst index 3d7b583..3bea69c 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -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.