Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [1.0.4]
- Gradle, Kotlin, and other dependency versions updated.

## [1.0.3]
- Make the AttributeCachingPath on demand and remove all init logic.
- Add individual public properties to check if a given attribute has been cached.
Expand All @@ -22,6 +25,7 @@ Fixed issues with AttributeCachingPath not being used to wrap parent, root, and
Initial work for the file attribute caching filesystem using cached attribute fields that do not expire.

[Unreleased]: https://github.com/pkware/attributeCachingFileSystem/tree/main
[1.0.4]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.4
[1.0.3]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.3
[1.0.2]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.2
[1.0.1]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8
kotlin.code.style=official

attributeCachingFilesystemVersion=1.0.4-SNAPSHOT
attributeCachingFilesystemVersion=1.0.4

POM_NAME=Attribute Caching Filesystem
POM_DESCRIPTION=A File Attribute Caching Filesystem Library
Loading