From d8245cc37cb55d7354684c049143472a0f1c0f6b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:57:41 +0000 Subject: [PATCH] [auto-commit] [skip ci] Bump the build number --- CHANGELOG.md | 6 ++++++ modal_version/_version_generated.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c58c88eb2..78a5016c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ We appreciate your patience while we speedily work towards a stable release of t +### 0.71.13 (2025-01-09) + +* `FilePatternMatcher` has a new constructor `from_file` which allows you to read file matching patterns from a file instead of having to pass them in directly, this can be used for `Image` methods accepting an `ignore` parameter in order to read ignore patterns from files. + + + ### 0.71.11 (2025-01-08) - Modal Volumes can now be renamed via the CLI (`modal volume rename`) or SDK (`modal.Volume.rename`). diff --git a/modal_version/_version_generated.py b/modal_version/_version_generated.py index 6b13ab5c0..1dc1e4f69 100644 --- a/modal_version/_version_generated.py +++ b/modal_version/_version_generated.py @@ -1,4 +1,4 @@ # Copyright Modal Labs 2025 # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client. -build_number = 12 # git: 54a0b70 +build_number = 13 # git: 1c4cfc0