Skip to content

Commit 9fcb855

Browse files
committed
Release 1.7.0
1 parent bd6090b commit 9fcb855

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.7.0
2+
* Switch to slf4j-api for logging (#74)
3+
* Support new FileChannelImpl.map0() contract from JDK 19 (#75)
4+
15
1.6.1
26
* openssl3 support
37
* BigDecimal deserialization

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ru.odnoklassniki</groupId>
55
<artifactId>one-nio</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.6.1</version>
7+
<version>1.7.0</version>
88
<name>one-nio</name>
99
<url>https://github.com/odnoklassniki/one-nio</url>
1010
<description>Unconventional Java I/O library</description>

0 commit comments

Comments
 (0)