From cf1e2e2a71714c5e70198e23ca6901db29a93074 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Mon, 13 Oct 2025 15:25:29 +0100 Subject: [PATCH] Tag v1.14.0 --- ChangeLog | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f5a373e..6161846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 1.14.0 +-------------- + * Upgrade coverage to 7.10.7 in built-in test runners (#250) + * Support native-speed coverage tracing for `python_test`s under Python 3.14 (#250) + * Support native-speed coverage tracing for `python_test`s under musl and free-threaded Python interpreters (#250) + Version 1.13.0 -------------- * Allow overriding of repo-wide ModuleDir per `python_binary`, `python_test` and `python_wheel` (#240) diff --git a/VERSION b/VERSION index feaae22..850e742 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0