From 774b256190d85e54cb72608f3e5909a6e85545d3 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Tue, 24 Feb 2026 10:16:01 +0000 Subject: [PATCH] Tag v17.28.0 --- ChangeLog | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1f233b62..532b0178b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 17.28.0 +--------------- + * `export`: create the output directory if it doesn't already exist (#3345) + * `pleasew`: find repo root by traversing up from `PWD` (#3474) + * Add `str.matches` method, allowing for regular expression matching on strings (#3486) + * `query`: add `runtimedeps` sub-command (#3488) + Version 17.27.0 --------------- * Traverse `data` and `debug_data` for run-time dependencies (#3469) diff --git a/VERSION b/VERSION index b1799abc7..c0fb40e1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.27.0 +17.28.0