8000 Prep files for next release by martintc · Pull Request #483 · comtrya/comtrya · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prep files for next release #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ curl -fsSL https://get.comtrya.dev | sh
or specify `VERSION=vx.x.x` to pin to a release version

```shell
VERSION=v0.8.9 curl -fsSL https://get.comtrya.dev | sh
VERSION=v0.9.0 curl -fsSL https://get.comtrya.dev | sh
```

If this doesn't work for your OS and architecture, please open an issue and we'll do our best to support it.
Expand Down
4 changes: 2 additions & 2 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comtrya"
version = "0.8.9"
version = "0.9.0"
authors = ["David McKay <david@rawkode.dev>"]
edition = "2021"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ clap = { version = "4.5.13", features = ["derive"] }
clap_complete = "4.5.24"
colored = "2.1"
comfy-table = "7"
comtrya-lib = { path = "../lib", version = "0.8.9" }
comtrya-lib = { path = "../lib", version = "0.9.0" }
petgraph = "0.6"
rhai = { version = "1.19", features = ["serde"] }
strip-ansi-escapes = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ curl -fsSL https://get.comtrya.dev | sh
Or, optionally, you can get a specific version of comtrya using the following one-liner:

```
VERSION=v0.8.8 curl -fsSL https://get.comtrya.dev | sh
VERSION=v0.9.0 curl -fsSL https://get.comtrya.dev | sh
```

## Precompile-binaries
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comtrya-lib"
version = "0.8.9"
version = "0.9.0"
authors = ["David McKay <david@rawkode.dev>"]
edition = "2021"
license = "MIT"
Expand Down
Loading
0