Skip to content

Commit

Permalink
Bump to 2.0.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Sep 1, 2024
1 parent 03de98a commit ea66ab7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2.0.0-pre.1 (2024-09-01)

* __Crate has been renamed to `proc-macro-error2`, due to the old maintainer's inactivity.__

* `syn` has been upgraded to `2`
* MSRV has been bumped to `1.61`
* Warnings have been fixed, including `clippy::pedantic` lints
* CI has been converted to GitHub actions, and testing infrastructure significantly simplified.

# v1.0.4 (2020-7-31)

* `SpanRange` facility is now public.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
]
version = "1.0.4"
version = "2.0.0-pre.1"
description = "Almost drop-in replacement to panics in proc-macros"
repository = "https://github.com/GnomedDev/proc-macro-error-2"
rust-version = "1.61"
Expand All @@ -16,7 +16,7 @@ edition = "2021"
[dependencies]
quote = "1"
proc-macro2 = "1"
proc-macro-error-attr2 = { path = "./proc-macro-error-attr", version = "=1.0.4" }
proc-macro-error-attr2 = { path = "./proc-macro-error-attr", version = "=2.0.0-pre.1" }

[dependencies.syn]
version = "2"
Expand Down
2 changes: 1 addition & 1 deletion proc-macro-error-attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-macro-error-attr2"
version = "1.0.4"
version = "2.0.0-pre.1"
authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
Expand Down

0 comments on commit ea66ab7

Please sign in to comment.