Skip to content

Commit 50faf2e

Browse files
committed
Release parameterized 1.0.1
There are no changes except for a dependency update, and an MSRV increase from 1.36 to 1.38
1 parent 0a469a2 commit 50faf2e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ which provides an attribute macro, to be used for parameterized testing.
66
If you found an issue, have a suggestion or want to provide feedback or insights, please feel free to open an issue on
77
the [issue tracker](https://github.com/foresterre/parameterized/issues), or open a topic in the [discussions section](https://github.com/foresterre/parameterized/discussions).
88

9+
## [1.0.1] - 2022-11-09
10+
11+
### Changed
12+
13+
* Updated MSRV to Rust `1.38`
14+
* Updated parameterized-macro to `1.0.1`
15+
16+
[1.0.1]: https://github.com/foresterre/parameterized/releases/tag/v1.0.1
17+
918
## [1.0.0] - 2022-05-02
1019

1120
### Changed
1221

13-
* MSRV is now `1.38`
22+
* Updated MSRV to Rust `1.36`
1423

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

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parameterized"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)