Skip to content

Commit

Permalink
Merge pull request #110 from byllyfish/bump_version
Browse files Browse the repository at this point in the history
Bump version number.
  • Loading branch information
byllyfish authored Jun 9, 2022
2 parents b43d7be + f37053b commit e0de8f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0] - 2022-06-08

- Fix compilation on various Linux architectures where `c_char` is signed (Issue #107).
- Disable `layout_tests` option in `bindgen`.
- Update version dependencies for `bindgen` and `uuid`.
- Improve code coverage CI script.
- Fix clippy warnings.

## [0.8.0] - 2022-02-03

- `serde` is now an optional dependency. Use `features = ["serde"]` to enable (Issue #95).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exacl"
version = "0.8.0"
version = "0.9.0"
authors = ["Bill Fisher <[email protected]>"]
description = "Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD"
repository = "https://github.com/byllyfish/exacl"
Expand Down

0 comments on commit e0de8f6

Please sign in to comment.