Skip to content

Commit c1e547d

Browse files
committed
chore: release v0.1.0-alpha.8
1 parent dc7f003 commit c1e547d

8 files changed

Lines changed: 646 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = [
2323
]
2424

2525
[workspace.package]
26-
version = "0.1.0-alpha.7"
26+
version = "0.1.0-alpha.8"
2727
edition = "2021"
2828
license = "MIT OR Apache-2.0"
2929
repository = "https://github.com/upstat-io/ori-lang"

compiler/ori_llvm/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/ori_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ori_llvm"
3-
version = "0.1.0-alpha.7"
3+
version = "0.1.0-alpha.8"
44
edition = "2021"
55
description = "LLVM backend for the Ori compiler"
66
license = "MIT OR Apache-2.0"

compiler/ori_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ori_macros"
3-
version = "0.1.0-alpha.7"
3+
version = "0.1.0-alpha.8"
44
edition = "2021"
55
description = "Procedural macros for the Ori compiler"
66
license = "MIT OR Apache-2.0"

compiler/oric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oric"
3-
version = "0.1.0-alpha.7"
3+
version = "0.1.0-alpha.8"
44
edition = "2021"
55
description = "The Ori compiler - Salsa-first incremental compilation"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)