You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## v2.12.0 (2024-01-20)
2
+
3
+
### Feat
4
+
5
+
-**ci**: switch from building the SLSA provenance generator to using the pre-built version to improve runtime performance (#667)
6
+
- require pylint v3 and add a slew of optional plugins (#658)
7
+
- run doctest as part of running tests, which collects doctests from both the package’s doc strings and the package documentation (#637)
8
+
- add perflint to find performance anti-patterns (#675)
9
+
10
+
### Fix
11
+
12
+
-**ci**: workflow that syncs a repository with this template had multiple problems on patch generation and pushing; also, it can now be triggered via Github UI (#670)
13
+
- always fail tests when runtime warnings were raised (#668)
14
+
- change git hook to check for large files on commit, instead of push (#664)
0 commit comments