Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 4, 2024
1 parent d6e9153 commit 1ce933f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scopegraphs-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopegraphs-macros"
version = "0.2.13"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -20,7 +20,7 @@ proc-macro = true
[dependencies]
syn = { version = "2.0.29", features = [] }
quote = "1.0.33"
scopegraphs-regular-expressions = { path = "../scopegraphs-regular-expressions", features = ["dot"], version = "0.2" }
scopegraphs-regular-expressions = { path = "../scopegraphs-regular-expressions", features = ["dot"], version = "0.3" }
proc-macro2 = "1.0.69"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion scopegraphs-regular-expressions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopegraphs-regular-expressions"
version = "0.2.13"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion scopegraphs-render-docs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopegraphs-render-docs"
version = "0.2.18"
version = "0.3.0"
authors = ["Mike Lubinets <[email protected]>", "Frank Rehberger <[email protected]>", "Jonathan Dönszelmann <[email protected]>"]
description = "Derived from Aquamarine, a mermaid.js integration for rustdoc, renders scopegraphs by executing doctests to generate mermaid"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
Expand Down
8 changes: 4 additions & 4 deletions scopegraphs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopegraphs"
version = "0.2.18"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -20,9 +20,9 @@ bumpalo = "3.14.0"
scopegraphs-prust-lib = { version = "0.1.0" }
log = "0.4.20"

scopegraphs-macros = { path = "../scopegraphs-macros", version = "0.2" }
scopegraphs-regular-expressions = { path = "../scopegraphs-regular-expressions", version = "0.2" }
scopegraphs-render-docs = { path = "../scopegraphs-render-docs", version = "0.2", optional = true }
scopegraphs-macros = { path = "../scopegraphs-macros", version = "0.3" }
scopegraphs-regular-expressions = { path = "../scopegraphs-regular-expressions", version = "0.3" }
scopegraphs-render-docs = { path = "../scopegraphs-render-docs", version = "0.3", optional = true }

[dev-dependencies]
env_logger = "0.10.1"
Expand Down

0 comments on commit 1ce933f

Please sign in to comment.