Skip to content

Commit

Permalink
release 0.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 21, 2024
1 parent 0d275c5 commit 349ec2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rpath = false
strip = true

[workspace.package]
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
authors = [
"gudaoxuri <i@sunisle.org>",
"4t145 <u4t145@163.com>",
Expand All @@ -40,13 +40,13 @@ license = "MIT/Apache-2.0"
rust-version = "1.76"

[workspace.dependencies]
spacegate-kernel = { version = "0.2.0-alpha.1", path = "./crates/kernel" }
spacegate-plugin = { version = "0.2.0-alpha.1", path = "./crates/plugin" }
spacegate-config = { version = "0.2.0-alpha.1", path = "./crates/config" }
spacegate-model = { version = "0.2.0-alpha.1", path = "./crates/model" }
spacegate-shell = { version = "0.2.0-alpha.1", path = "./crates/shell" }
spacegate-ext-axum = { version = "0.2.0-alpha.1", path = "./crates/extension/axum" }
spacegate-ext-redis = { version = "0.2.0-alpha.1", path = "./crates/extension/redis" }
spacegate-kernel = { version = "0.2.0-alpha.2", path = "./crates/kernel" }
spacegate-plugin = { version = "0.2.0-alpha.2", path = "./crates/plugin" }
spacegate-config = { version = "0.2.0-alpha.2", path = "./crates/config" }
spacegate-model = { version = "0.2.0-alpha.2", path = "./crates/model" }
spacegate-shell = { version = "0.2.0-alpha.2", path = "./crates/shell" }
spacegate-ext-axum = { version = "0.2.0-alpha.2", path = "./crates/extension/axum" }
spacegate-ext-redis = { version = "0.2.0-alpha.2", path = "./crates/extension/redis" }


# runtime
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://sagiegurari.github.io/cargo-make/
[env]
# DOCKER_REPO = "ecfront"
CARGO_MAKE_PROJECT_VERSION = "0.2.0-alpha.1"
CARGO_MAKE_PROJECT_VERSION = "0.2.0-alpha.2"

[tasks.format]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Do NOT use in production environment!**
## Use spacegate in k8s
### Install for kubernetes
```shell
kubectl apply -f https://github.com/ideal-world/spacegate/releases/download/0.2.0-alpha.1/spacegate-0.2.0-alpha.1.yaml
kubectl apply -f https://github.com/ideal-world/spacegate/releases/download/0.2.0-alpha.2/spacegate-0.2.0-alpha.2.yaml
```
### Open spacegate admin web,and enjoy!

Expand Down

0 comments on commit 349ec2d

Please sign in to comment.