From 1b142b29ee1ef5494895e878de84960479ce67ba Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:39:27 +0300 Subject: [PATCH] Add 0.7.18 changelog --- docs/users/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/users/changelog.md b/docs/users/changelog.md index 0db0515..7653d25 100644 --- a/docs/users/changelog.md +++ b/docs/users/changelog.md @@ -3,6 +3,16 @@ This log documents all Python API or CLI breaking backwards incompatible changes. Note that there is currently no guarantee for a stable Markdown formatting style across versions. +## 0.7.18 + +- Added + - Option to exclude file paths using Unix-style glob patterns + (`--exclude` on the CLI and `exclude` key in TOML). + This feature is Python 3.13+ only. + Thank you, [J. Sebastian Paez](https://github.com/jspaezp), for the issue. +- Removed + - Python 3.8 support + ## 0.7.17 - Added