Skip to content

Commit 76027db

Browse files
authored
Prepare for 0.3.0 release (#16)
1 parent 707a616 commit 76027db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posix-acl"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2018"
55

66
# Metadata

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Read [Documentation on Docs.rs](https://docs.rs/posix-acl/) for more details.
1717

1818
Release history
1919
---------------
20+
##### 0.3.0 (2020-02-20)
21+
* Update 'acl-sys' and 'libc' dependencies (#14)
2022

2123
##### 0.2.0 (2020-02-08)
2224
* Add equality trait for PosixACL (#7)

0 commit comments

Comments
 (0)