diff --git a/CHANGELOG.md b/CHANGELOG.md index 741e9eb..4f22c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.0.1 (2024-09-06) + +* Fixed a span location issue due to mistake in refactoring (#2) + # v2.0.0 (2024-09-05) No changes, simply releasing pre-release as full release. diff --git a/Cargo.toml b/Cargo.toml index 3ba4c3c..fcc6161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "CreepySkeleton ", "GnomedDev ", ] -version = "2.0.0" +version = "2.0.1" description = "Almost drop-in replacement to panics in proc-macros" repository = "https://github.com/GnomedDev/proc-macro-error-2" rust-version = "1.61"