File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 1.3.6 (2024-05-06)
22
33### Changes
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
2121<dependency >
2222 <groupId >org.dalesbred</groupId >
2323 <artifactId >dalesbred</artifactId >
24- <version >1.3.4 </version >
24+ <version >1.3.6 </version >
2525</dependency >
2626```
2727
@@ -57,9 +57,9 @@ Improve your experience with Kotlin and bundled extension methods:
5757
5858``` kotlin
5959val departments = db.findAll<Department >("""
60- select id, name
60+ select id, name
6161 from department
62- where name like ?""" ,
62+ where name like ?""" ,
6363 " %foo" )
6464```
6565
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id(" dalesbred.common-conventions" )
44}
55
6- version = " 1.3.5 "
6+ version = " 1.3.6 "
77
88tasks.asciidoctor {
99 baseDirFollowsSourceDir()
You can’t perform that action at this time.
0 commit comments