Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Apr 29, 2024
1 parent 98c4aaf commit 44cdcd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tyche Changelog

## WIP
## 0.2.0

- Added `FastRand::with_seed()` for more convenient setup of a seeded roller
- Documentation improvements
Expand Down
2 changes: 1 addition & 1 deletion 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 = "tyche"
version = "0.1.0"
version = "0.2.0"
description = "Dice rolling and dice expression (with a syntax similar to FoundryVTT) parsing library"
authors = ["Schuyler Cebulskie <[email protected]>"]
keywords = ["dice", "d20", "rpg", "dnd", "tabletop"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run `cargo add tyche` or add the following to your project's Cargo.toml file:

```toml
[dependencies]
tyche = "0.1.0"
tyche = "0.2.0"
```

### Binary (CLI app)
Expand Down

0 comments on commit 44cdcd2

Please sign in to comment.