Fix changelogs to reflect actual MSRVs
This commit is contained in:
parent
39a6b2b4f8
commit
851e20347f
|
@ -6,8 +6,6 @@ and this library adheres to Rust's notion of
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
|
||||||
- MSRV is now 1.66.0.
|
|
||||||
|
|
||||||
## [0.2.0] - 2022-06-24
|
## [0.2.0] - 2022-06-24
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -6,8 +6,6 @@ and this library adheres to Rust's notion of
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
|
||||||
- MSRV is now 1.66.0.
|
|
||||||
|
|
||||||
## [0.1.0] - 2022-05-11
|
## [0.1.0] - 2022-05-11
|
||||||
Initial release.
|
Initial release.
|
||||||
|
|
|
@ -13,9 +13,6 @@ and this library adheres to Rust's notion of
|
||||||
- Module `zcash_address::unified::address::testing` under the
|
- Module `zcash_address::unified::address::testing` under the
|
||||||
`test-dependencies` feature.
|
`test-dependencies` feature.
|
||||||
|
|
||||||
### Changed
|
|
||||||
- MSRV is now 1.66.0.
|
|
||||||
|
|
||||||
## [0.3.2] - 2024-03-06
|
## [0.3.2] - 2024-03-06
|
||||||
### Added
|
### Added
|
||||||
- `zcash_address::convert`:
|
- `zcash_address::convert`:
|
||||||
|
|
|
@ -6,8 +6,6 @@ and this library adheres to Rust's notion of
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
|
||||||
- MSRV is now 1.66.0.
|
|
||||||
|
|
||||||
## [0.2.0] - 2022-10-19
|
## [0.2.0] - 2022-10-19
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -29,7 +29,8 @@ and this library adheres to Rust's notion of
|
||||||
wrapping protocol-address types, the `Recipient` type now wraps a
|
wrapping protocol-address types, the `Recipient` type now wraps a
|
||||||
`zcash_address::ZcashAddress`. This simplifies the process of tracking the
|
`zcash_address::ZcashAddress`. This simplifies the process of tracking the
|
||||||
original address to which value was sent.
|
original address to which value was sent.
|
||||||
- MSRV is now 1.66.0.
|
- MSRV is now 1.66.0 (except for the `lightwalletd-tonic` feature flag which
|
||||||
|
requires 1.70.0).
|
||||||
|
|
||||||
## [0.12.1] - 2024-03-27
|
## [0.12.1] - 2024-03-27
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue