Skip to content

Commit

Permalink
bump to next ver: 0.2.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jan 5, 2025
1 parent 3f35f35 commit f789d73
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 67 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
]

[workspace.package]
version = "0.2.0-alpha.5"
version = "0.2.0-alpha.6"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/plabayo/rama"
Expand Down Expand Up @@ -239,18 +239,18 @@ rustversion = { workspace = true }
base64 = { workspace = true, optional = true }
bytes = { workspace = true, optional = true }
hex = { workspace = true, optional = true }
rama-core = { version = "0.2.0-alpha.5", path = "rama-core" }
rama-dns = { version = "0.2.0-alpha.5", path = "rama-dns", optional = true }
rama-haproxy = { version = "0.2.0-alpha.5", path = "rama-haproxy", optional = true }
rama-http = { version = "0.2.0-alpha.5", path = "rama-http", optional = true }
rama-http-backend = { version = "0.2.0-alpha.5", path = "rama-http-backend", optional = true }
rama-http-core = { version = "0.2.0-alpha.5", path = "rama-http-core", optional = true }
rama-net = { version = "0.2.0-alpha.5", path = "rama-net", optional = true }
rama-proxy = { version = "0.2.0-alpha.5", path = "rama-proxy", optional = true }
rama-tcp = { version = "0.2.0-alpha.5", path = "rama-tcp", optional = true }
rama-tls = { version = "0.2.0-alpha.5", path = "rama-tls", optional = true }
rama-ua = { version = "0.2.0-alpha.5", path = "rama-ua", optional = true }
rama-utils = { version = "0.2.0-alpha.5", path = "rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "rama-core" }
rama-dns = { version = "0.2.0-alpha.6", path = "rama-dns", optional = true }
rama-haproxy = { version = "0.2.0-alpha.6", path = "rama-haproxy", optional = true }
rama-http = { version = "0.2.0-alpha.6", path = "rama-http", optional = true }
rama-http-backend = { version = "0.2.0-alpha.6", path = "rama-http-backend", optional = true }
rama-http-core = { version = "0.2.0-alpha.6", path = "rama-http-core", optional = true }
rama-net = { version = "0.2.0-alpha.6", path = "rama-net", optional = true }
rama-proxy = { version = "0.2.0-alpha.6", path = "rama-proxy", optional = true }
rama-tcp = { version = "0.2.0-alpha.6", path = "rama-tcp", optional = true }
rama-tls = { version = "0.2.0-alpha.6", path = "rama-tls", optional = true }
rama-ua = { version = "0.2.0-alpha.6", path = "rama-ua", optional = true }
rama-utils = { version = "0.2.0-alpha.6", path = "rama-utils" }
serde_html_form = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
tokio = { workspace = true, features = ["macros", "io-std"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/binary/rama.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
The easiest way to install `rama` is by using `cargo`:

```sh
cargo install [email protected].4
cargo install [email protected].5
```

This will install `rama-cli` from source and make it available
Expand All @@ -40,7 +40,7 @@ a pre-built binary when available for your platform you can do so
using [`cargo binstall`](https://github.com/cargo-bins/cargo-binstall):

```sh
cargo binstall [email protected].4
cargo binstall [email protected].5
```

On 🍎 MacOS you can also install the `rama` binary using [HomeBrew](https://brew.sh/):
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/crate.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 📦 Rama Crate

Rama is a modular service framework distributed as a Rust crate at <https://crates.io/crates/rama/0.2.0-alpha.4>. You can add it to your project as follows:
Rama is a modular service framework distributed as a Rust crate at <https://crates.io/crates/rama/0.2.0-alpha.5>. You can add it to your project as follows:

```
cargo add rama
```

## Quick Links

* Crates Page: <https://crates.io/crates/rama/0.2.0-alpha.4>
* Crates Page: <https://crates.io/crates/rama/0.2.0-alpha.5>
* Official Docs Page (for releases): <https://docs.rs/rama>
* Edge (main branch): <https://ramaproxy.org/docs/rama/index.html>
* Github repo: <https://github.com/plabayo/rama>
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/rama.svg
[crates-url]: https://crates.io/crates/rama/0.2.0-alpha.4
[crates-url]: https://crates.io/crates/rama/0.2.0-alpha.5
[docs-badge]: https://img.shields.io/docsrs/rama/latest
[docs-url]: https://docs.rs/rama/latest/rama/index.html
[license-mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
>
</a>
<a
href="https://crates.io/crates/rama/0.2.0-alpha.4"
href="https://crates.io/crates/rama/0.2.0-alpha.5"
title="official rama rust crate info page"
id="a2"
>
Expand All @@ -183,7 +183,7 @@
>discord</a
>
<a
href="https://crates.io/crates/rama/0.2.0-alpha.4"
href="https://crates.io/crates/rama/0.2.0-alpha.5"
title="official rama rust crate info page"
>crates.io</a
>
Expand Down
2 changes: 1 addition & 1 deletion rama-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base64 = { workspace = true }
bytes = { workspace = true }
clap = { workspace = true }
hex = { workspace = true }
rama = { version = "0.2.0-alpha.5", path = "..", features = ["full"] }
rama = { version = "0.2.0-alpha.6", path = "..", features = ["full"] }
serde = { workspace = true }
serde_json = { workspace = true }
terminal-prompt = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions rama-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ opentelemetry-semantic-conventions = { workspace = true, optional = true }
opentelemetry_sdk = { workspace = true, optional = true }
parking_lot = { workspace = true }
paste = { workspace = true }
rama-error = { version = "0.2.0-alpha.5", path = "../rama-error" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-error = { version = "0.2.0-alpha.6", path = "../rama-error" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
tokio = { workspace = true, features = ["macros", "fs", "io-std"] }
tokio-graceful = { workspace = true }
tracing = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions rama-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ default = []

[dependencies]
hickory-resolver = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
serde = { workspace = true }
tokio = { workspace = true, features = ["macros", "net"] }

Expand Down
4 changes: 2 additions & 2 deletions rama-haproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ workspace = true
default = []

[dependencies]
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net" }
tokio = { workspace = true, features = ["macros", "io-std"] }
tracing = { workspace = true }

Expand Down
14 changes: 7 additions & 7 deletions rama-http-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ rustls-ring = ["rustls", "rama-tls/rustls-ring"]
[dependencies]
h2 = { workspace = true }
pin-project-lite = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-http-core = { version = "0.2.0-alpha.5", path = "../rama-http-core" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net", features = ["http"] }
rama-tcp = { version = "0.2.0-alpha.5", path = "../rama-tcp", features = ["http"] }
rama-tls = { version = "0.2.0-alpha.5", path = "../rama-tls", optional = true }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-http-core = { version = "0.2.0-alpha.6", path = "../rama-http-core" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net", features = ["http"] }
rama-tcp = { version = "0.2.0-alpha.6", path = "../rama-tcp", features = ["http"] }
rama-tls = { version = "0.2.0-alpha.6", path = "../rama-tls", optional = true }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
tokio = { workspace = true, features = ["macros"] }
tracing = { workspace = true }

Expand Down
6 changes: 3 additions & 3 deletions rama-http-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ httpdate = { workspace = true }
indexmap = { workspace = true, features = ["std"] }
itoa = { workspace = true }
pin-project-lite = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
slab = { workspace = true }
smallvec = { workspace = true }
tokio = { workspace = true, features = ["io-util"] }
Expand Down
4 changes: 2 additions & 2 deletions rama-http-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ mime = { workspace = true }
mime_guess = { workspace = true }
paste = { workspace = true }
pin-project-lite = { workspace = true }
rama-error = { version = "0.2.0-alpha.5", path = "../rama-error" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-error = { version = "0.2.0-alpha.6", path = "../rama-error" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
serde = { workspace = true, features = ["derive"] }
serde_html_form = { workspace = true }
serde_json = { workspace = true }
Expand Down
14 changes: 7 additions & 7 deletions rama-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ mime_guess = { workspace = true }
paste = { workspace = true }
percent-encoding = { workspace = true }
pin-project-lite = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net", features = ["http"] }
rama-ua = { version = "0.2.0-alpha.5", path = "../rama-ua" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net", features = ["http"] }
rama-ua = { version = "0.2.0-alpha.6", path = "../rama-ua" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_html_form = { workspace = true }
Expand All @@ -63,8 +63,8 @@ brotli = { workspace = true }
flate2 = { workspace = true }
itertools = { workspace = true }
parking_lot = { workspace = true }
rama-http-backend = { version = "0.2.0-alpha.5", path = "../rama-http-backend" }
rama-tcp = { version = "0.2.0-alpha.5", path = "../rama-tcp" }
rama-http-backend = { version = "0.2.0-alpha.6", path = "../rama-http-backend" }
rama-tcp = { version = "0.2.0-alpha.6", path = "../rama-tcp" }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-test = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions rama-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ md5 = { workspace = true, optional = true }
nom = { workspace = true, optional = true }
opentelemetry = { workspace = true, optional = true }
pin-project-lite = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types", optional = true }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types", optional = true }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
rustls = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
sha2 = { workspace = true, optional = true }
Expand Down
12 changes: 6 additions & 6 deletions rama-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ csv = ["dep:tokio", "tokio/fs"]

[dependencies]
arc-swap = { workspace = true, optional = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net", features = ["http"] }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net", features = ["http"] }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
serde = { workspace = true, features = ["derive"] }
tokio = { workspace = true, optional = true }
tracing = { workspace = true }
Expand All @@ -32,9 +32,9 @@ venndb = { workspace = true, optional = true }

[dev-dependencies]
itertools = { workspace = true }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net", features = ["http"] }
rama-tcp = { version = "0.2.0-alpha.5", path = "../rama-tcp", features = ["http"] }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net", features = ["http"] }
rama-tcp = { version = "0.2.0-alpha.6", path = "../rama-tcp", features = ["http"] }
serde_html_form = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
Expand Down
10 changes: 5 additions & 5 deletions rama-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ default = []
http = ["dep:rama-http-types", "rama-net/http"]

[dependencies]
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-dns = { version = "0.2.0-alpha.5", path = "../rama-dns" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types", optional = true }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-dns = { version = "0.2.0-alpha.6", path = "../rama-dns" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types", optional = true }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
tokio = { workspace = true, features = ["macros", "net"] }
tracing = { workspace = true }

Expand Down
8 changes: 4 additions & 4 deletions rama-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ flume = { workspace = true, features = ["async"] }
moka = { workspace = true, features = ["sync"], optional = true }
parking_lot = { workspace = true }
pin-project-lite = { workspace = true }
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.5", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.5", path = "../rama-net", features = ["http", "tls"] }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-http-types = { version = "0.2.0-alpha.6", path = "../rama-http-types" }
rama-net = { version = "0.2.0-alpha.6", path = "../rama-net", features = ["http", "tls"] }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
rcgen = { workspace = true, optional = true }
rustls = { workspace = true, optional = true }
rustls-native-certs = { workspace = true, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions rama-ua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rust-version = { workspace = true }
workspace = true

[dependencies]
rama-core = { version = "0.2.0-alpha.5", path = "../rama-core" }
rama-utils = { version = "0.2.0-alpha.5", path = "../rama-utils" }
rama-core = { version = "0.2.0-alpha.6", path = "../rama-core" }
rama-utils = { version = "0.2.0-alpha.6", path = "../rama-utils" }
serde = { workspace = true, features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit f789d73

Please sign in to comment.