Skip to content

Commit

Permalink
Merge pull request #201 from zakstucke/bump
Browse files Browse the repository at this point in the history
Cut a minor release
  • Loading branch information
cksac authored Nov 5, 2024
2 parents 34aec54 + e6e9538 commit 30de066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Default:

```toml
[dependencies]
fake = { version = "3.0.0", features = ["derive"] }
fake = { version = "3.0.1", features = ["derive"] }
```

Available features:
Expand Down
2 changes: 1 addition & 1 deletion dummy_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dummy"
version = "0.9.0"
version = "0.9.1"
authors = ["cksac <[email protected]>"]
description = "Macros implementation of #[derive(Dummy)]"
keywords = ["faker", "data", "random"]
Expand Down
2 changes: 1 addition & 1 deletion fake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fake"
version = "3.0.0"
version = "3.0.1"
authors = ["cksac <[email protected]>"]
description = "An easy to use library for generating fake data like name, number, address, lorem, dates, etc."
keywords = ["faker", "data", "generator", "random"]
Expand Down

0 comments on commit 30de066

Please sign in to comment.