Skip to content

Commit b882c8c

Browse files
chore(master): release 0.95.0
1 parent 0ad190c commit b882c8c

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.95.0"
33
}

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [0.95.0](https://github.com/reanahub/pytest-reana/compare/0.9.2...0.95.0) (2024-07-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **python:** drop support for Python 3.6 and 3.7
9+
10+
### Build
11+
12+
* **python:** add minimal `pyproject.toml` ([#133](https://github.com/reanahub/pytest-reana/issues/133)) ([0ad190c](https://github.com/reanahub/pytest-reana/commit/0ad190c027c3707ffed14321845c8aa19a6d0111))
13+
* **python:** drop support for Python 3.6 and 3.7 ([#130](https://github.com/reanahub/pytest-reana/issues/130)) ([5065be0](https://github.com/reanahub/pytest-reana/commit/5065be0ae2afe63861c0a112a56c836c8682fec0))
14+
* **python:** remove deprecated `pytest-runner` ([#133](https://github.com/reanahub/pytest-reana/issues/133)) ([3b79770](https://github.com/reanahub/pytest-reana/commit/3b797703f8ababf7efe6a2c73cd50c2661e6a779))
15+
16+
17+
### Code refactoring
18+
19+
* **docs:** move from reST to Markdown ([#123](https://github.com/reanahub/pytest-reana/issues/123)) ([4710f11](https://github.com/reanahub/pytest-reana/commit/4710f1195557c5e1ae1a993084f26010e035f822))
20+
21+
22+
### Continuous integration
23+
24+
* **actions:** update GitHub actions due to Node 16 deprecation ([#129](https://github.com/reanahub/pytest-reana/issues/129)) ([8710f89](https://github.com/reanahub/pytest-reana/commit/8710f8923d00096205d228a8d71b86f161e66141))
25+
* **commitlint:** addition of commit message linter ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([67259a6](https://github.com/reanahub/pytest-reana/commit/67259a6c33413c84b53528413b88556b9cd2fb5d))
26+
* **commitlint:** allow release commit style ([#125](https://github.com/reanahub/pytest-reana/issues/125)) ([bfee7a4](https://github.com/reanahub/pytest-reana/commit/bfee7a43c22771a8c3a39df81307029d1c6975f1))
27+
* **commitlint:** check for the presence of concrete PR number ([#122](https://github.com/reanahub/pytest-reana/issues/122)) ([7cb6926](https://github.com/reanahub/pytest-reana/commit/7cb69260b2b4bfbcdf1de02b64fbc180db67fb81))
28+
* **pytest:** invoke `pytest` directly instead of `setup.py test` ([#133](https://github.com/reanahub/pytest-reana/issues/133)) ([34bbcdc](https://github.com/reanahub/pytest-reana/commit/34bbcdc56a06e11a901dd4adece0e0d46db0d61c))
29+
* **release-please:** initial configuration ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([b87d9e9](https://github.com/reanahub/pytest-reana/commit/b87d9e973a35ae00bc76422fc39f444dea36a8ae))
30+
* **shellcheck:** check all shell scripts recursively ([#121](https://github.com/reanahub/pytest-reana/issues/121)) ([4ba7548](https://github.com/reanahub/pytest-reana/commit/4ba754893b5b20981413c812464e8171d6eebe29))
31+
* **shellcheck:** fix exit code propagation ([#122](https://github.com/reanahub/pytest-reana/issues/122)) ([fd232e6](https://github.com/reanahub/pytest-reana/commit/fd232e6f1da0cd714755629376b8f0947597a387))
32+
33+
34+
### Documentation
35+
36+
* **authors:** complete list of contributors ([#124](https://github.com/reanahub/pytest-reana/issues/124)) ([39c0238](https://github.com/reanahub/pytest-reana/commit/39c0238b453c570e7d451669a53c63c7cf351650))
37+
38+
39+
### Chores
40+
41+
* **master:** release 0.95.0a1 ([408888f](https://github.com/reanahub/pytest-reana/commit/408888f301e9f2514c284f79ab3e342be93ec2db))
42+
343
## 0.9.2 (2023-11-30)
444

545
- Changes CI to use the stable release of Python 3.12.
@@ -72,4 +112,3 @@
72112
## 0.4.0 (2018-11-06)
73113

74114
- Initial public release.
75-

0 commit comments

Comments
 (0)