Skip to content

Commit 605cabf

Browse files
committed
doc: bump version
1 parent 65205f1 commit 605cabf

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.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

7175
First 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

Cargo.lock

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "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
44
authors = ["Lzu Tao <taolzu@gmail.com>"]
55
categories = ["api-bindings", "os::windows-apis"]
66
edition = "2021"
7-
rust-version = "1.60"
7+
rust-version = "1.71"
88
exclude = [
99
"/.github",
1010
"/HOW-TO-RELEASE.md",

0 commit comments

Comments
 (0)