Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.27.0
17.28.0
Loading