Skip to content

Commit

Permalink
Cut a minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Nov 5, 2024
1 parent e8f7ffe commit e6e9538
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 <cs.cksac@gmail.com>"]
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 <cs.cksac@gmail.com>"]
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 e6e9538

Please sign in to comment.