Skip to content

Commit

Permalink
Merge pull request #155 from byllyfish/bump_version
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
byllyfish authored Sep 25, 2023
2 parents eff12d7 + b9571ec commit 8d2552d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.11.0] - 2023-09-25

- Upgrade `bitflags` to 2.4.0 from 1.x. `bitflags` is used to implement the Perm, Flag and AclOption API's.
- Tests should support systems where daemon uid/gid is other than 1/1.
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.10.0"
version = "0.11.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 8d2552d

Please sign in to comment.