Skip to content

Commit

Permalink
update docs and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Oct 3, 2023
1 parent 44e01ef commit e46b3df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Unreleased

- Fix regression introduced by #2481 where `-` at the end of named parameters get swallowed. (#2499, thanks @gokristian for reporting).
- un-deprecate the `otjPostgres` support in jdbi-testing as the project shipped 1.02 with JPMS module name support.
- doc updates (#2496, thanks @hpoettker)
- upgrade lombok version for testing with Java 21 (#2495)
- address `commons-compress` dependabot issue
- some version and dependency updates

# 3.41.2

Expand Down
1 change: 1 addition & 0 deletions docs/src/adoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ This is the documentation for the current development state of Jdbi. All informa

=== Release documentation

* https://jdbi.org/releases/3.41.1[Release 3.41.3 - 2023-10-02^]
* https://jdbi.org/releases/3.41.1[Release 3.41.2 - 2023-09-21^]
* https://jdbi.org/releases/3.41.1[Release 3.41.1 - 2023-09-08^]
* https://jdbi.org/releases/3.41.0[Release 3.41.0 - 2023-08-15^]
Expand Down

0 comments on commit e46b3df

Please sign in to comment.