File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.4.0] - 2026-01-17
29+ ### Change MSRV from 1.60 to 1.71
30+ This is the same MSRV that our direct dependency ` windows-sys ` requires (#32 ).
31+
2832## [ v1.3.0] - 2025-09-03
2933### Change MSRV from 1.57 to 1.60
30- This is the same MSRV that our direct dependency ` windows-sys ` requires (pr #29 ).
34+ This is the same MSRV that our direct dependency ` windows-sys ` requires (#29 ).
3135
3236## [ v1.2.0] - 2024-09-08
3337### Change MSRV from 1.56 to 1.57
@@ -70,6 +74,7 @@ It signals that the API is mature enough to be stable for a long time.
7074
7175First release
7276
77+ [ v1.4.0 ] : https://github.com/lzutao/junction/compare/v1.3.0...v1.4.0
7378[ v1.3.0 ] : https://github.com/lzutao/junction/compare/v1.2.0...v1.3.0
7479[ v1.2.0 ] : https://github.com/lzutao/junction/compare/v1.1.0...v1.2.0
7580[ v1.1.0 ] : https://github.com/lzutao/junction/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " junction"
3- version = " 1.3 .0" # Also update `html_root_url` in lib.rs
3+ version = " 1.4 .0" # Also update `html_root_url` in lib.rs
44authors = [" Lzu Tao <taolzu@gmail.com>" ]
55categories = [" api-bindings" , " os::windows-apis" ]
66edition = " 2021"
7- rust-version = " 1.60 "
7+ rust-version = " 1.71 "
88exclude = [
99 " /.github" ,
1010 " /HOW-TO-RELEASE.md" ,
You can’t perform that action at this time.
0 commit comments