Skip to content

Commit

Permalink
bump to version 0.2.0 (#73)
Browse files Browse the repository at this point in the history
* bump version to 0.2.0

* changelog of version 0.2.0

* add #74 to changelog

* add #56
  • Loading branch information
utgwkk authored May 4, 2023
1 parent 85be59e commit 1a87abb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.2.0 (2023-05-04)

### Incompatible changes

- Require python 3.7+ #66 (thanks to @ssbarnea)

### Other changes

- Fix publish package workflow #74
- Handle cases where pytest itself fails #70 (thanks to @edgarrmondragon)
- Adopt PEP-621 for packaging #65 (thanks to @ssbarnea)
- Bump pre-commit/action from 2.0.0 to 3.0.0 #56

## 0.1.8 (2022-12-20)

No functionality change.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
# https://peps.python.org/pep-0621/#readme
requires-python = ">=3.7"
version = "0.1.8"
version = "0.2.0"
name = "pytest-github-actions-annotate-failures"
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
readme = "README.md"
Expand Down

0 comments on commit 1a87abb

Please sign in to comment.