From 302ee65d3595547a4328ccfd89759386a431817d Mon Sep 17 00:00:00 2001 From: Ethan Wrasman Date: Tue, 12 Aug 2025 10:35:18 -0500 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c09c2..0871e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/gradle.properties b/gradle.properties index 3db6525..bc5bf23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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