Skip to content

Commit 3286029

Browse files
authored
Merge pull request #14 from str4d/release-0.6.0
Release 0.6.0
2 parents 82475e0 + e4ca55f commit 3286029

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ and this project adheres to Rust's notion of
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). All versions prior
77
to 1.0.0 are beta releases.
88

9-
## Unreleased
10-
- MSRV has been increased to 1.56.0
9+
## [0.6.0] - 2024-11-03
10+
- MSRV has been increased to 1.60.0
1111
- Bumped `secrecy` crate to 0.10
1212

1313
## [0.5.1] - 2024-08-31

Cargo.lock

Lines changed: 16 additions & 16 deletions
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,7 +1,7 @@
11
[package]
22
name = "pinentry"
33
description = "API for interacting with pinentry binaries"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = ["Jack Grigg <[email protected]>"]
66
repository = "https://github.com/str4d/pinentry-rs"
77
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ various platforms.
88
Add this line to your `Cargo.toml`:
99

1010
```
11-
pinentry = "0.5"
11+
pinentry = "0.6"
1212
```
1313

1414
See the [documentation](https://docs.rs/pinentry) for examples.
1515

16-
`pinentry` requires Rust version 1.51 or greater.
16+
`pinentry` requires Rust version 1.60 or greater.
1717

1818
## License
1919

0 commit comments

Comments
 (0)