diff --git a/ChangeLog b/ChangeLog index b5aad72bc..5fdc08341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Version 17.32.0 +--------------- + * `plz_sandbox`: Add UID/GID range mapping, file mounts, configurable + local IP, optional /proc remount, reliability fixes and tests (#3566) + * Consider .rs files for coverage by default (#3578) + * Add file locking to dir cache (#3573) + * Don't crash reading the config of a subrepo with no remote tree (#3577) + * Fix lost-wakeup race on packageWaits in WaitForPackage (#3576) + * Fix segfault on --shell on non-test targets (#3559) + * Print test output directly (#3560) + * Fix logging output in please_shim (#3554) + Version 17.31.2 --------------- * Support test argument placeholder in remote commands and --shell (#3552) diff --git a/VERSION b/VERSION index d93c72531..0e1b06b1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.31.2 +17.32.0