Skip to content

Commit 3852a23

Browse files
Release 1.0.4
1 parent e76eed7 commit 3852a23

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [1.0.4]
6+
- Gradle, Kotlin, and other dependency versions updated.
7+
58
## [1.0.3]
69
- Make the AttributeCachingPath on demand and remove all init logic.
710
- 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
2225
Initial work for the file attribute caching filesystem using cached attribute fields that do not expire.
2326

2427
[Unreleased]: https://github.com/pkware/attributeCachingFileSystem/tree/main
28+
[1.0.4]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.4
2529
[1.0.3]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.3
2630
[1.0.2]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.2
2731
[1.0.1]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.1

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.4-SNAPSHOT
17+
attributeCachingFilesystemVersion=1.0.4
1818

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

0 commit comments

Comments
 (0)