Skip to content

Commit

Permalink
Bump to 0.9.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Jan 30, 2025
1 parent 9437225 commit 5f7c5bd
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-values"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
build = "build.rs"
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-compiler"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-daemon"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-db"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-kernel"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc-async-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc-async-client"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc-common"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc-sync-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc-sync-client"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/telnet-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-telnet-host"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/load-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-model-checker"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/moot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-moot"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/web-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moor-web-host"
version = "0.1.0"
version = "0.9.0-alpha"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 5f7c5bd

Please sign in to comment.