Skip to content

Commit 4386d34

Browse files
committed
Prepare 0.1.2 release
1 parent 656c491 commit 4386d34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unix_mode"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Martin Pool <[email protected]>"]
55
edition = "2018"
66
description = "Decode Unix file mode bits (even on non-Unix platforms)"

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# unix\_mode release history
22

3+
## 0.1.2 2021-08-1
4+
5+
* Add `is_setuid`, `is_setgid`, `is_sticky`.
6+
37
## 0.1.1
48

59
* Fix tests on Windows.

0 commit comments

Comments
 (0)