Skip to content

Commit

Permalink
release notes 3.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschlansker committed Jan 31, 2024
1 parent 78dbaf1 commit 117e108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.44.0

- New Feature: annotate types, methods, or fields as `@Definition` to define computed constants
- fix edge condition when calling `Connection#commit()` threw an Exception, we called commit() again. Now the
code explicitly calls `Connection#rollback()`. Fixes #2595
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 @@ -64,6 +64,7 @@ This is the documentation for the current development state of Jdbi. All informa

=== Release documentation

* https://jdbi.org/releases/3.44.0[Release 3.44.0 - 2024-01-31^]
* https://jdbi.org/releases/3.43.0[Release 3.43.0 - 2024-01-02^]
* https://jdbi.org/releases/3.42.0[Release 3.42.0 - 2023-11-29^]
* https://jdbi.org/releases/3.41.3[Release 3.41.3 - 2023-10-02^]
Expand Down

0 comments on commit 117e108

Please sign in to comment.