Skip to content

Commit

Permalink
feat: release 0.2.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
esoterra authored Feb 26, 2024
1 parent 7c4c722 commit 925ec0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["Robin Brown"]
license = "MIT OR Apache-2.0"
edition = "2018"
homepage = "https://claw-lang.dev/"
repository = "https://github.com/esoterra/claw-lang"

[workspace.dependencies]
claw-common = { path = "./crates/common", version = "0.2.0" }
claw-ast = { path = "./crates/ast", version = "0.2.0" }
claw-parser = { path = "./crates/parser", version = "0.2.0" }
claw-resolver = { path = "./crates/resolver", version = "0.2.0" }
claw-codegen = { path = "./crates/codegen", version = "0.2.0" }
claw-common = { path = "./crates/common", version = "0.2.1" }
claw-ast = { path = "./crates/ast", version = "0.2.1" }
claw-parser = { path = "./crates/parser", version = "0.2.1" }
claw-resolver = { path = "./crates/resolver", version = "0.2.1" }
claw-codegen = { path = "./crates/codegen", version = "0.2.1" }

clap = { version = "3.0.0-rc.7", features = ["derive"] }
thiserror = "1.0.30"
Expand Down

0 comments on commit 925ec0c

Please sign in to comment.