Skip to content

Commit

Permalink
Release v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Aug 9, 2024
1 parent 364bdaf commit 6eed13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]

edition = "2021"
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6eed13b

Please sign in to comment.