# Release notes
## 1.0.1
* Relicensed project under the MIT license.
* Update dependencies.
## 1.0.0
* Use stdlib `LazyLock` instead of `once_cell`.
* Updated dependencies.
## 0.2.0
* Support logging to a TCP endpoint.
## 0.1.0
* First usable release of `dirty-debug`: introduces the `ddbg!()` macro which is able to log to files.
## 0.0.0
* Initial release to reserve the crate’s name in crates.io.