v0.4.0
Breaking changes
-
The
--port-range
option was removed. Instead,--port
can now be repeated and accepts dash-separated ranges. For example, the default is now equivalent to--port 8080-8090 --port 0
. -
This also corresponds to a breaking change to the
local_server
library interface
Full Changelog: v0.3.0...v0.4.0