Skip to content

Commit

Permalink
Release v0.7.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent eb31a1f commit 747e16f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Changes by Version

## [v0.7.9-SNAPSHOT](https://github.com/libj/util/compare/f31854f80822de2c202c6c6920ea25fc86413e7d..HEAD)
## [v0.8.1-SNAPSHOT](https://github.com/libj/util/compare/eb31a1f5d2ee0d960ff708cdb8b780e7acbb77c7..HEAD)

## [v0.7.9](https://github.com/libj/util/compare/f31854f80822de2c202c6c6920ea25fc86413e7d..eb31a1f5d2ee0d960ff708cdb8b780e7acbb77c7) (2024-02-27)
* #9 `flush()` in `Streams.transferTo`

## [v0.7.8](https://github.com/libj/io/compare/fd4e15b7912455c645fb4f288e2ef6117327a2e3..f31854f80822de2c202c6c6920ea25fc86413e7d) (2023-09-20)
* #8 Implement DelegateReader
* #7 Implement SerializableInputStream and SerializableReader
* #6 Implement WriterOutputStream
* #5 Implement UnsynchronizedStringReader
* #4 Implement CountingBufferedOutputStream
* #8 Implement `DelegateReader`
* #7 Implement `SerializableInputStream` and `SerializableReader`
* #6 Implement `WriterOutputStream`
* #5 Implement `UnsynchronizedStringReader`
* #4 Implement `CountingBufferedOutputStream`
* #3 Transition to GitHub Actions
* #2 FileUtil.deleteAllOnExit() not working for directories
* #1 Implement FileUtil.existsOrNull
* #2 `FileUtil.deleteAllOnExit()` not working for directories
* #1 Implement `FileUtil.existsOrNull`

## [v0.7.7](https://github.com/libj/io/compare/c487802c095868ea65620a3db2eef6fb77930b5e..fd4e15b7912455c645fb4f288e2ef6117327a2e3) (2020-05-23)
* Add `Charsets` utility class.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>
<artifactId>io</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
<name>LibJ IO</name>
<description>
Supplementary extensions to the java.io and java.nio packages.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 747e16f

Please sign in to comment.