Skip to content
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.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
To use `tera-rand` in your project, include the following in your `Cargo.toml`:
```toml
[dependencies]
tera-rand = "0.2.1"
tera-rand = "0.2.2"
```

Please see [`tera-rand` documentation] for examples on using `tera-rand` functions.
Expand All @@ -25,7 +25,7 @@ This random data can be useful for tasks such as simulating traffic or populate

### Installation

You can install a `tera-rand-cli` binary from crates.io using `cargo install tera-rand-cli@0.2.1`.
You can install a `tera-rand-cli` binary from crates.io using `cargo install tera-rand-cli@0.2.2`.

Alternatively, if you would like to build from source, ensure you have Rust installed at version
1.72 or higher. Then, checkout this repository and run`cargo build --release` from the root
Expand Down
2 changes: 1 addition & 1 deletion tera-rand-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tera-rand-cli"
version = "0.2.1"
version = "0.2.2"
authors = ["Raymond Liu <philosobyte@gmail.com>"]
categories = ["template-engine", "command-line-utilities"]
description = "A CLI tool for generating a feed of random data from a Tera template"
Expand Down
2 changes: 1 addition & 1 deletion tera-rand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tera-rand"
version = "0.2.1"
version = "0.2.2"
authors = ["Raymond Liu <philosobyte@gmail.com>"]
categories = ["template-engine",]
description = "A suite of random data generation functions for the Tera template engine"
Expand Down