# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate ## [1.0.2] - 2020-08-10 - Compress release binaries. - Bump deps. ## [1.0.1] - 2020-07-09 - Bump deps. ## [1.0.0] - 2020-07-05 - Start using `cargo release` for release management. - Bump deps. - Removed badges from `Cargo.toml`. They're being phased out. ## [0.4.0] - 2020-01-25 - Add --quiet flag to mute all stdout output. - Add --verbose flag to print all incoming connections and what their queried host. ## [0.3.0] - 2020-01-24 - Switch from Rocket to actix-web to make this work on stable Rust. [Unreleased]: https://github.com/svenstaro/proby/compare/v1.0.2...HEAD [1.0.2]: https://github.com/svenstaro/proby/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/svenstaro/proby/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/svenstaro/proby/compare/0.4.0...v1.0.0 [0.4.0]: https://github.com/svenstaro/proby/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/svenstaro/proby/compare/0.2.0...0.3.0