Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Sep 5, 2024
1 parent e4255a2 commit 4302a1d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.0.0 (2024-09-05)

No changes, simply releasing pre-release as full release.

# v2.0.0-pre.1 (2024-09-01)

* __Crate has been renamed to `proc-macro-error2`, due to the old maintainer's inactivity.__
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 = "2.0.0-pre.1"
version = "2.0.0"
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 = "=2.0.0-pre.1" }
proc-macro-error-attr2 = { path = "./proc-macro-error-attr", version = "=2.0.0" }

[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 = "2.0.0-pre.1"
version = "2.0.0"
authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! ```toml
//! [dependencies]
//! proc-macro-error2 = { version = "2.0.0-pre.1", default-features = false }
//! proc-macro-error2 = { version = "2.0.0", default-features = false }
//! ```
//!
//! ***Please note that disabling this feature makes sense only if you don't depend on `syn`
Expand Down

0 comments on commit 4302a1d

Please sign in to comment.