We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d80b2e commit 1b142b2Copy full SHA for 1b142b2
docs/users/changelog.md
@@ -3,6 +3,16 @@
3
This log documents all Python API or CLI breaking backwards incompatible changes.
4
Note that there is currently no guarantee for a stable Markdown formatting style across versions.
5
6
+## 0.7.18
7
+
8
+- Added
9
+ - Option to exclude file paths using Unix-style glob patterns
10
+ (`--exclude` on the CLI and `exclude` key in TOML).
11
+ This feature is Python 3.13+ only.
12
+ Thank you, [J. Sebastian Paez](https://github.com/jspaezp), for the issue.
13
+- Removed
14
+ - Python 3.8 support
15
16
## 0.7.17
17
18
- Added
0 commit comments