Skip to content

Commit 7258b95

Browse files
committed
doc: bump version
1 parent 32cca7b commit 7258b95

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
* `Fixed` for any bug fixes.
2626
* `Security` in case of vulnerabilities.
2727
-->
28+
## [v1.3.0] - 2025-09-03
29+
### Change MSRV from 1.57 to 1.60
30+
This is the same MSRV that our direct dependency `windows-sys` requires (pr#29).
31+
2832
## [v1.2.0] - 2024-09-08
2933
### Change MSRV from 1.56 to 1.57
30-
Minor refactorings to abuse assertions in constants that Rust 1.57.0 allows.
34+
Minor refactoring to abuse assertions in constants that Rust 1.57.0 allows.
3135

3236
## [v1.1.0] - 2024-04-30
3337
### Change MSRV from 1.51 to 1.56
@@ -66,6 +70,7 @@ It signals that the API is mature enough to be stable for a long time.
6670

6771
First release
6872

73+
[v1.3.0]: https://github.com/lzutao/junction/compare/v1.2.0...v1.3.0
6974
[v1.2.0]: https://github.com/lzutao/junction/compare/v1.1.0...v1.2.0
7075
[v1.1.0]: https://github.com/lzutao/junction/compare/v1.0.0...v1.1.0
7176
[v1.0.0]: https://github.com/lzutao/junction/compare/v0.2.1...v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Quoted from [Computer Hope](https://www.computerhope.com/jargon/j/junction.htm):
2222
2323
### Minimal Supported Rust versions
2424

25-
1.57.0
25+
Specified in the `rust-version` field in `Cargo.toml`.
2626

2727
## All relevant references
2828

0 commit comments

Comments
 (0)