Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheoni committed Jun 5, 2024
1 parent 4337ee2 commit a6eb6d3
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 58 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## Unreleased - ReleaseDate

## 2.1.0 - 2024-06-05

- Add `t` flag to treat entries as _text_.
- Add random color generation.
- Add uuid V4 generation.

## 2.0.1 - 2023-02-27
## 2.0.1 - 2024-02-27

Internal improvements and CLI args renames. Old arg names are still supported
but hidden and may be removed or repurposed in a future release.

## 2.0.0 - 2023-02-27
## 2.0.0 - 2024-02-27

This release focuses on simplify things while keeping the core functionality.

Expand Down
124 changes: 69 additions & 55 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,7 +1,7 @@
[package]
name = "rng-query"
description = "CLI to use pseudorandomness the easy way"
version = "2.0.1"
version = "2.1.0"
edition = "2021"
authors = ["Zheoni <zheoni@outlook.es>"]
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ think more modifiers can be useful, submit an issue.
Toss a coin. Simple, just write `coin`. At the end it's equivalent to a subquery
like `{ heads, tails }`.

#### Color

Generate a random RGB color. The keyword is `color`.

#### UUID

Generate a random UUID (v4). The keyword is `uuid`.

## Notes on pseudorandomness

Currently, randomness should be statistically valid, but NOT cryptographically
Expand Down

0 comments on commit a6eb6d3

Please sign in to comment.