Skip to content

Commit

Permalink
Prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Nov 20, 2023
1 parent d549dda commit f25d5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= smbj - SMB2/SMB3 client library for Java
Jeroen van Erp
:smbj_groupid: com.hierynomus
:smbj_version: 0.12.0
:smbj_version: 0.13.0
:source-highlighter: pygments

To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :)
Expand Down Expand Up @@ -158,7 +158,7 @@ The implementation is based on the following specifications:

== Changelog

=== 0.13.0 <-- UPCOMING
=== 0.13.0 (2023-11-20)
* Use FILE_OPEN_IF if no SMB2CreateDisposition provided (Fixes https://github.com/hierynomus/smbj/issues/786[#786])
* Integration tests rewritten to JUnit Jupiter and TestContainers
* Use BufferedInputStream to read Socket (Merged https://github.com/hierynomus/smbj/issues/795[#795])
Expand Down

0 comments on commit f25d5c5

Please sign in to comment.