Skip to content

Commit bbbaa79

Browse files
committed
RELEASE 0.5.0
1 parent bd4e439 commit bbbaa79

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "faucet-server"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Andrés F. Quintero <[email protected]>"]
66
description = "Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for example when using Docker.
148148
Download the latest release of faucet for Linux from the [GitHub Releases page](https://github.com/ixpantia/faucet/releases). This should work with most Linux distributions.
149149

150150
```bash
151-
FAUCET_VERSION="v0.4.2"
151+
FAUCET_VERSION="v0.5.0"
152152

153153
wget https://github.com/ixpantia/faucet/releases/download/$FAUCET_VERSION/faucet-x86_64-unknown-linux-musl -O faucet
154154

@@ -172,7 +172,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
172172
2. Install faucet with Cargo.
173173

174174
```bash
175-
cargo install faucet-server --version ^0.4
175+
cargo install faucet-server --version ^0.5
176176
```
177177

178178
### Option 3: Build from Source (Linux, macOS, Windows)

examples/plumber_in_packages/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ixpantia/faucet:0.4.2-r4.3
1+
FROM ixpantia/faucet:v0.5.0-r4.3
22

33
RUN Rscript -e "install.packages('remotes')" && \
44
Rscript -e "remotes::install_github(\"sol-eng/plumbpkg\")"

mkdocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ extra_css:
4949
- stylesheets/extra.css
5050

5151
extra:
52-
FAUCET_VERSION: 0.4.2
52+
FAUCET_VERSION: v0.5.0

0 commit comments

Comments
 (0)