Skip to content

Commit

Permalink
Release parameterized 1.0.1
Browse files Browse the repository at this point in the history
There are no changes except for a dependency update, and an MSRV increase from 1.36 to 1.38
  • Loading branch information
foresterre committed Nov 9, 2022
1 parent 0a469a2 commit 50faf2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ which provides an attribute macro, to be used for parameterized testing.
If you found an issue, have a suggestion or want to provide feedback or insights, please feel free to open an issue on
the [issue tracker](https://github.com/foresterre/parameterized/issues), or open a topic in the [discussions section](https://github.com/foresterre/parameterized/discussions).

## [1.0.1] - 2022-11-09

### Changed

* Updated MSRV to Rust `1.38`
* Updated parameterized-macro to `1.0.1`

[1.0.1]: https://github.com/foresterre/parameterized/releases/tag/v1.0.1

## [1.0.0] - 2022-05-02

### Changed

* MSRV is now `1.38`
* Updated MSRV to Rust `1.36`

[1.0.0]: https://github.com/foresterre/parameterized/releases/tag/v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

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 = "parameterized"
version = "1.0.0"
version = "1.0.1"
authors = ["Martijn Gribnau <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 50faf2e

Please sign in to comment.