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

prep files for 0.9.1 release #539

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
Dec 30, 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
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
curl -fsSL https://get.comtrya.dev | VERSION=v0.9.0 sh
curl -fsSL https://get.comtrya.dev | VERSION=v0.9.1 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.9.0"
version = "0.9.1"
authors = ["David McKay <david@rawkode.dev>"]
edition = "2021"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.36"
colored = "2.1"
comfy-table = "7"
comtrya-lib = { path = "../lib", version = "0.9.0" }
comtrya-lib = { path = "../lib", version = "0.9.1" }
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:

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

## Precompiled-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.9.0"
version = "0.9.1"
authors = ["David McKay <david@rawkode.dev>"]
edition = "2021"
license = "MIT"
Expand Down
Loading
0