Skip to content

Commit

Permalink
RELEASE 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jan 12, 2024
1 parent bd4e439 commit bbbaa79
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faucet-server"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
authors = ["Andrés F. Quintero <afquinteromoreano@gmail.com>"]
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."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ for example when using Docker.
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.

```bash
FAUCET_VERSION="v0.4.2"
FAUCET_VERSION="v0.5.0"

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

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

```bash
cargo install faucet-server --version ^0.4
cargo install faucet-server --version ^0.5
```

### Option 3: Build from Source (Linux, macOS, Windows)
Expand Down
2 changes: 1 addition & 1 deletion examples/plumber_in_packages/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ixpantia/faucet:0.4.2-r4.3
FROM ixpantia/faucet:v0.5.0-r4.3

RUN Rscript -e "install.packages('remotes')" && \
Rscript -e "remotes::install_github(\"sol-eng/plumbpkg\")"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ extra_css:
- stylesheets/extra.css

extra:
FAUCET_VERSION: 0.4.2
FAUCET_VERSION: v0.5.0

0 comments on commit bbbaa79

Please sign in to comment.