Skip to content

Commit

Permalink
chore: bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 28, 2019
1 parent 05b5d20 commit 7d89a6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `Security` in case of vulnerabilities.
-->

## [0.1.3] - 2019-10-28
### Changed
* Obtain appropriate privilege before opening directories.

## [0.1.0] - 2019-05-15

First release

[0.2.0]: https://github.com/lzutao/junction/compare/v0.1.0...v0.2.0
[0.2.0]: https://github.com/lzutao/junction/compare/v0.1.0...v0.1.3
[0.1.0]: https://github.com/lzutao/junction/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junction"
version = "0.1.2" # Also update `html_root_url` in lib.rs
version = "0.1.3" # Also update `html_root_url` in lib.rs
authors = ["Lzu Tao <[email protected]>"]
categories = ["api-bindings", "os::windows-apis"]
documentation = "https://docs.rs/junction/*/x86_64-pc-windows-msvc/junction/"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if the directory `D:\SYMLINK` specified `C:\WINNT\SYSTEM32` as its target, then
an application accessing `D:\SYMLINK\DRIVERS` would in reality be accessing
`C:\WINNT\SYSTEM32\DRIVERS`.
*/
#![doc(html_root_url = "https://docs.rs/junction/0.1.2")]
#![doc(html_root_url = "https://docs.rs/junction/0.1.3")]
#![cfg(windows)]
#![deny(rust_2018_idioms)]

Expand Down

0 comments on commit 7d89a6d

Please sign in to comment.