Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 978 Bytes

CHANGELOG.rst

File metadata and controls

44 lines (34 loc) · 978 Bytes

0.5.0 (2024-09-30)

  • fixed some spelling
  • added --version flag to the binary
  • switched to hyper 1.0
  • docker compose workflow updated

0.4.0 (2023-02-17)

  • update dependencies
  • upgrade 2021 edition to 2021
  • remove cargo udeps
  • make ui features default
  • add http feature (default) to verify http urls
  • make it possible to use this package as library
  • api refactoring and polishing
  • add badges to README
  • update screencast using asciinema

0.3.1 (2020-05-29)

  • use indicatif from crates.io add a MultiProgress workaround for async

0.3.0 (2020-04-03)

  • allow to compile only minimal binaries
  • add progressbars
  • try to reconnect after original attempt was blocked by firewall
  • a bit of code refactoring

0.2.0 (2020-03-20)

  • display statistics
  • run command after all ports are opened
  • cmdline args validators

0.1.0 (2020-03-14)

  • initial version