Skip to content

Commit 7d89a6d

Browse files
committed
chore: bump to 0.1.3
1 parent 05b5d20 commit 7d89a6d

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
@@ -26,9 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
* `Security` in case of vulnerabilities.
2727
-->
2828

29+
## [0.1.3] - 2019-10-28
30+
### Changed
31+
* Obtain appropriate privilege before opening directories.
32+
2933
## [0.1.0] - 2019-05-15
3034

3135
First release
3236

3337
[0.2.0]: https://github.com/lzutao/junction/compare/v0.1.0...v0.2.0
38+
[0.2.0]: https://github.com/lzutao/junction/compare/v0.1.0...v0.1.3
3439
[0.1.0]: https://github.com/lzutao/junction/releases/tag/v0.1.0

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 = "0.1.2" # Also update `html_root_url` in lib.rs
3+
version = "0.1.3" # Also update `html_root_url` in lib.rs
44
authors = ["Lzu Tao <taolzu@gmail.com>"]
55
categories = ["api-bindings", "os::windows-apis"]
66
documentation = "https://docs.rs/junction/*/x86_64-pc-windows-msvc/junction/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if the directory `D:\SYMLINK` specified `C:\WINNT\SYSTEM32` as its target, then
1010
an application accessing `D:\SYMLINK\DRIVERS` would in reality be accessing
1111
`C:\WINNT\SYSTEM32\DRIVERS`.
1212
*/
13-
#![doc(html_root_url = "https://docs.rs/junction/0.1.2")]
13+
#![doc(html_root_url = "https://docs.rs/junction/0.1.3")]
1414
#![cfg(windows)]
1515
#![deny(rust_2018_idioms)]
1616

0 commit comments

Comments
 (0)