Skip to content

Commit

Permalink
publish 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 6, 2024
1 parent 3ff9842 commit 5472355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
]

[workspace.package]
version = "0.3.1"
version = "0.3.2"
authors = [
"Aron Zwaan <[email protected]>",
"Jonathan Dönszelmann <[email protected]>"
Expand All @@ -32,7 +32,7 @@ syn = "2"
proc-macro2 = "1"
thiserror = "1"

scopegraphs = { path = "./scopegraphs", version = "0.3.1" }
scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.1" }
scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.1" }
scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.1" }
scopegraphs = { path = "./scopegraphs", version = "0.3.2" }
scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.2" }
scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.2" }
scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.2" }
3 changes: 3 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ watch-docs:

publish:
cargo publish -p scopegraphs-render-docs
sleep 10
cargo publish -p scopegraphs-regular-expressions
sleep 10
cargo publish -p scopegraphs-macros
sleep 10
cargo publish -p scopegraphs

0 comments on commit 5472355

Please sign in to comment.