Skip to content

Commit 2faf120

Browse files
committed
doc: bump version
1 parent 8c64bbf commit 2faf120

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ 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.1] - 2026-01-17
29+
### Fixed
30+
* Junction creation failed silently with verbatim `\\?\` prefix paths (#31) by @DK26.
31+
2832
## [v1.4.0] - 2026-01-17
2933
### Change MSRV from 1.60 to 1.71
3034
This is the same MSRV that our direct dependency `windows-sys` requires (#32).
@@ -74,6 +78,7 @@ It signals that the API is mature enough to be stable for a long time.
7478

7579
First release
7680

81+
[v1.4.1]: https://github.com/lzutao/junction/compare/v1.4.0...v1.4.1
7782
[v1.4.0]: https://github.com/lzutao/junction/compare/v1.3.0...v1.4.0
7883
[v1.3.0]: https://github.com/lzutao/junction/compare/v1.2.0...v1.3.0
7984
[v1.2.0]: https://github.com/lzutao/junction/compare/v1.1.0...v1.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junction"
3-
version = "1.4.0" # Also update `html_root_url` in lib.rs
3+
version = "1.4.1" # 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"

0 commit comments

Comments
 (0)