Skip to content

Commit

Permalink
Bump to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mphypermynds committed Apr 24, 2024
1 parent f85e83c commit b31d48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "claym"
description = "Assertion macros (without dependencies)"
version = "0.5.1"
version = "0.6.0"
authors = ["Mattia Penati <mp@hypermynds.com>"]
readme = "README.md"
license = "Apache-2.0 OR MIT"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ for tests:

```toml
[dev-dependencies]
claim = { package = "claym", version = "0.4.0" }
claim = { package = "claym", version = "0.6.0" }
```


## License

Licensed under either of [Apache License 2.0](LICENSE-APACHE) or
Licensed under either of [Apache License 2.0](LICENSE-APACHE) or
[MIT license](LICENSE-MIT) at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted
Expand Down

0 comments on commit b31d48a

Please sign in to comment.