Skip to content

Commit 74d25b8

Browse files
committed
Release v2.16.0
1 parent dd0f8c9 commit 74d25b8

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,49 @@
22

33
## [Unreleased](https://github.com/CasperWA/push-protected/tree/HEAD)
44

5-
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.15.0...HEAD)
5+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.16.0...HEAD)
66

7-
**Fixed bugs:**
7+
**Closed issues:**
88

9-
- Reinstate and deprecate the `sleep` input [\#209](https://github.com/CasperWA/push-protected/issues/209)
9+
- Mirror GitHub interpretation in default acceptable conclusions [\#249](https://github.com/CasperWA/push-protected/issues/249)
10+
11+
## [v2.16.0](https://github.com/CasperWA/push-protected/tree/v2.16.0) (2024-07-11)
12+
13+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.15.0...v2.16.0)
14+
15+
**Closed issues:**
16+
17+
- Be explicit and match up Python versions [\#217](https://github.com/CasperWA/push-protected/issues/217)
18+
19+
**Merged pull requests:**
20+
21+
- Update default for `acceptable_conclusions` [\#250](https://github.com/CasperWA/push-protected/pull/250) ([CasperWA](https://github.com/CasperWA))
22+
- Clarify `acceptable_conclusions` format [\#248](https://github.com/CasperWA/push-protected/pull/248) ([MattiSG](https://github.com/MattiSG))
23+
- Update dependencies [\#247](https://github.com/CasperWA/push-protected/pull/247) ([CasperWA](https://github.com/CasperWA))
24+
- Update dependencies [\#246](https://github.com/CasperWA/push-protected/pull/246) ([CasperWA](https://github.com/CasperWA))
25+
- Update dependencies [\#245](https://github.com/CasperWA/push-protected/pull/245) ([CasperWA](https://github.com/CasperWA))
26+
- Update dependencies [\#244](https://github.com/CasperWA/push-protected/pull/244) ([CasperWA](https://github.com/CasperWA))
27+
- Update dependencies [\#242](https://github.com/CasperWA/push-protected/pull/242) ([CasperWA](https://github.com/CasperWA))
28+
- Update dependencies [\#240](https://github.com/CasperWA/push-protected/pull/240) ([CasperWA](https://github.com/CasperWA))
29+
- Update dependencies [\#239](https://github.com/CasperWA/push-protected/pull/239) ([CasperWA](https://github.com/CasperWA))
30+
- Update dependencies [\#237](https://github.com/CasperWA/push-protected/pull/237) ([CasperWA](https://github.com/CasperWA))
31+
- Update dependencies [\#236](https://github.com/CasperWA/push-protected/pull/236) ([CasperWA](https://github.com/CasperWA))
32+
- Update dependencies [\#235](https://github.com/CasperWA/push-protected/pull/235) ([CasperWA](https://github.com/CasperWA))
33+
- Update dependencies [\#233](https://github.com/CasperWA/push-protected/pull/233) ([CasperWA](https://github.com/CasperWA))
34+
- Update dependencies [\#232](https://github.com/CasperWA/push-protected/pull/232) ([CasperWA](https://github.com/CasperWA))
35+
- Update dependencies [\#231](https://github.com/CasperWA/push-protected/pull/231) ([CasperWA](https://github.com/CasperWA))
36+
- Update dependencies [\#228](https://github.com/CasperWA/push-protected/pull/228) ([CasperWA](https://github.com/CasperWA))
37+
- Update dependencies [\#227](https://github.com/CasperWA/push-protected/pull/227) ([CasperWA](https://github.com/CasperWA))
38+
- Update dependencies [\#225](https://github.com/CasperWA/push-protected/pull/225) ([CasperWA](https://github.com/CasperWA))
39+
- Update dependencies [\#223](https://github.com/CasperWA/push-protected/pull/223) ([CasperWA](https://github.com/CasperWA))
40+
- Update dependencies [\#222](https://github.com/CasperWA/push-protected/pull/222) ([CasperWA](https://github.com/CasperWA))
41+
- Update dependencies [\#221](https://github.com/CasperWA/push-protected/pull/221) ([CasperWA](https://github.com/CasperWA))
42+
- Add contents: write permission for CI - Tests [\#220](https://github.com/CasperWA/push-protected/pull/220) ([CasperWA](https://github.com/CasperWA))
43+
- Update dependencies [\#219](https://github.com/CasperWA/push-protected/pull/219) ([CasperWA](https://github.com/CasperWA))
44+
- Explicitly use Python 3.11 everywhere [\#218](https://github.com/CasperWA/push-protected/pull/218) ([CasperWA](https://github.com/CasperWA))
45+
- Update dependencies [\#213](https://github.com/CasperWA/push-protected/pull/213) ([CasperWA](https://github.com/CasperWA))
46+
- Update dependencies [\#212](https://github.com/CasperWA/push-protected/pull/212) ([CasperWA](https://github.com/CasperWA))
47+
- Update dependencies [\#211](https://github.com/CasperWA/push-protected/pull/211) ([CasperWA](https://github.com/CasperWA))
1048

1149
## [v2.15.0](https://github.com/CasperWA/push-protected/tree/v2.15.0) (2023-11-02)
1250

@@ -17,6 +55,10 @@
1755
- State of checks [\#149](https://github.com/CasperWA/push-protected/issues/149)
1856
- Make post-sleep a user input [\#136](https://github.com/CasperWA/push-protected/issues/136)
1957

58+
**Fixed bugs:**
59+
60+
- Reinstate and deprecate the `sleep` input [\#209](https://github.com/CasperWA/push-protected/issues/209)
61+
2062
**Closed issues:**
2163

2264
- Support GH enterprise [\#201](https://github.com/CasperWA/push-protected/issues/201)

push_action/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import sys
1010

11-
__version__ = "2.15.0"
11+
__version__ = "2.16.0"
1212
__author__ = "Casper Welzel Andersen"
1313

1414

0 commit comments

Comments
 (0)