Skip to content

Commit 8e1d377

Browse files
committed
Prepare next development version.
Cleanup CHANGELOG.md
1 parent 859af92 commit 8e1d377

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## [1.0.2]
66
- Gradle, Kotlin, and other dependency versions updated.
7-
- Add caching of AclFileAttributeView owner and aclEntries as properties to AttributeCachingPath.
8-
- Modify AttributeCachingFileSystemProvider functions to support AclFileAttributeView.
7+
- Add caching of AclFileAttributeView owner and aclEntries attributes as properties of AttributeCachingPath.
8+
- Modified AttributeCachingFileSystemProvider setAttribute() to support AclFileAttributeView.
99
- Add function overrides to AttributeCachingPath for resolve() and resolveSibling() when called with strings.
1010
- Fixed issues with multithreaded calling of AttributeCachingFileSystemProvider newFileSystem().
1111

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.caching=true
1414
org.gradle.jvmargs=-Dfile.encoding=UTF-8
1515
kotlin.code.style=official
1616

17-
attributeCachingFilesystemVersion=1.0.2
17+
attributeCachingFilesystemVersion=1.0.3-SNAPSHOT
1818

1919
POM_NAME=Attribute Caching Filesystem
2020
POM_DESCRIPTION=A File Attribute Caching Filesystem Library

0 commit comments

Comments
 (0)