# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.8.1] - 2023-11-01 ### Fixed - docs deployment. ## [0.8.0] - 2023-10-24 ### Added - Python 3.11 support. ### Changed - Update dependencies. ## [0.7.1] - 2023-01-15 ### Changed - Update dependencies. ## [0.7.0] - 2022-07-24 ### Changed - Update dependencies. ### Removed - Python 3.7 support. ## [0.6.1] - 2022-02-02 ### Changed - Update dependencies. ## [0.6.0] - 2022-01-08 ### Changed - Update dependencies. ### Removed - Python 3.6 support. ## [0.5.0] - 2021-10-11 ### Added - Python 3.10 support. ### Changed - Update dependencies. ## [0.4.2] - 2021-09-05 ### Changed - Update dependencies. ## [0.4.1] - 2021-07-26 ### Changed - Update dependencies. ## [0.4.0] - 2021-03-28 ### Added - `delay-startup` option to the `blink` command. ## [0.3.0] - 2021-02-13 ### Added - `show` option to `listen` command. - `weight` option to the `blink` command. - `priority` option to the `blink` command. - Mutually exclusive `txt` and `property` options to the `blink` command. ## [0.2.0] - 2021-01-22 ### Changed - Blink cli layout. - Listen cli layout. ## [0.1.0] - 2021-01-18 ### Added - First release on PyPI. [Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.1...develop [0.8.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/fedejaure/mdns-beacon/compare/releases/tag/v0.1.0