We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e8a50 commit 462e93cCopy full SHA for 462e93c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [4.19.1] - 2025-12-09
4
+
5
+### Improvements
6
7
+- Command safety checks now use caching for faster performance
8
+- Safety cache settings can be configured to reduce unnecessary checks
9
+- Added example scripts showing cache performance benefits
10
11
## [4.19.0] - 2025-12-09
12
13
### What's New
src/clippy/__version__.py
@@ -1,3 +1,3 @@
"""Version information for clippy-code."""
-__version__ = "4.19.0"
+__version__ = "4.19.1"
0 commit comments