Skip to content

Commit 1b142b2

Browse files
committed
Add 0.7.18 changelog
1 parent 4d80b2e commit 1b142b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/users/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
This log documents all Python API or CLI breaking backwards incompatible changes.
44
Note that there is currently no guarantee for a stable Markdown formatting style across versions.
55

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+
616
## 0.7.17
717

818
- Added

0 commit comments

Comments
 (0)