diff --git a/Cargo.toml b/Cargo.toml index eaef0df..ca65055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dirty-debug" description = "Quick and dirty debugging" -version = "0.2.1-pre" +version = "1.0.0" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index d2d42ca..6a13fb3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,10 @@ # Release notes +## 1.0.0 + +* Use stdlib `LazyLock` instead of `once_cell`. +* Updated dependencies. + ## 0.2.0 * Support logging to a TCP endpoint.