Skip to content

Commit 1a87abb

Browse files
authoredMay 4, 2023
bump to version 0.2.0 (#73)
* bump version to 0.2.0 * changelog of version 0.2.0 * add #74 to changelog * add #56
1 parent 85be59e commit 1a87abb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.2.0 (2023-05-04)
4+
5+
### Incompatible changes
6+
7+
- Require python 3.7+ #66 (thanks to @ssbarnea)
8+
9+
### Other changes
10+
11+
- Fix publish package workflow #74
12+
- Handle cases where pytest itself fails #70 (thanks to @edgarrmondragon)
13+
- Adopt PEP-621 for packaging #65 (thanks to @ssbarnea)
14+
- Bump pre-commit/action from 2.0.0 to 3.0.0 #56
15+
316
## 0.1.8 (2022-12-20)
417

518
No functionality change.

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
# https://peps.python.org/pep-0621/#readme
1111
requires-python = ">=3.7"
12-
version = "0.1.8"
12+
version = "0.2.0"
1313
name = "pytest-github-actions-annotate-failures"
1414
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
1515
readme = "README.md"

0 commit comments

Comments
 (0)
Please sign in to comment.