Skip to content

Commit 7ce8dc2

Browse files
committed
bump
1 parent bce02fc commit 7ce8dc2

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 12 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.2] - 2026-02-24
29+
### Fixed
30+
* Fix the empty `PrintName` causes junctions to break in Windows Containers (WCoW) during layer serialization. Thank *Zanie Blue* in #33 for the report and the quick fix.
31+
2832
## [v1.4.1] - 2026-01-17
2933
### Fixed
3034
* Junction creation failed silently with verbatim `\\?\` prefix paths (#31) by @DK26.
@@ -78,15 +82,16 @@ It signals that the API is mature enough to be stable for a long time.
7882

7983
First release
8084

81-
[v1.4.1]: https://github.com/lzutao/junction/compare/v1.4.0...v1.4.1
82-
[v1.4.0]: https://github.com/lzutao/junction/compare/v1.3.0...v1.4.0
83-
[v1.3.0]: https://github.com/lzutao/junction/compare/v1.2.0...v1.3.0
84-
[v1.2.0]: https://github.com/lzutao/junction/compare/v1.1.0...v1.2.0
85-
[v1.1.0]: https://github.com/lzutao/junction/compare/v1.0.0...v1.1.0
86-
[v1.0.0]: https://github.com/lzutao/junction/compare/v0.2.1...v1.0.0
87-
[v0.2.1]: https://github.com/lzutao/junction/compare/v0.2.0...v0.2.1
88-
[v0.2.0]: https://github.com/lzutao/junction/compare/v0.1.0...v0.2.0
89-
[v0.1.5]: https://github.com/lzutao/junction/compare/v0.1.4...v0.1.5
90-
[v0.1.4]: https://github.com/lzutao/junction/compare/v0.1.3...v0.1.4
91-
[v0.1.3]: https://github.com/lzutao/junction/compare/v0.1.0...v0.1.3
92-
[v0.1.0]: https://github.com/lzutao/junction/releases/tag/v0.1.0
85+
[v1.4.2]: https://github.com/tesuji/junction/compare/v1.4.1...v1.4.2
86+
[v1.4.1]: https://github.com/tesuji/junction/compare/v1.4.0...v1.4.1
87+
[v1.4.0]: https://github.com/tesuji/junction/compare/v1.3.0...v1.4.0
88+
[v1.3.0]: https://github.com/tesuji/junction/compare/v1.2.0...v1.3.0
89+
[v1.2.0]: https://github.com/tesuji/junction/compare/v1.1.0...v1.2.0
90+
[v1.1.0]: https://github.com/tesuji/junction/compare/v1.0.0...v1.1.0
91+
[v1.0.0]: https://github.com/tesuji/junction/compare/v0.2.1...v1.0.0
92+
[v0.2.1]: https://github.com/tesuji/junction/compare/v0.2.0...v0.2.1
93+
[v0.2.0]: https://github.com/tesuji/junction/compare/v0.1.0...v0.2.0
94+
[v0.1.5]: https://github.com/tesuji/junction/compare/v0.1.4...v0.1.5
95+
[v0.1.4]: https://github.com/tesuji/junction/compare/v0.1.3...v0.1.4
96+
[v0.1.3]: https://github.com/tesuji/junction/compare/v0.1.0...v0.1.3
97+
[v0.1.0]: https://github.com/tesuji/junction/releases/tag/v0.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: 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.1" # Also update `html_root_url` in lib.rs
3+
version = "1.4.2" # 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)