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