Skip to content

Commit 158603f

Browse files
[Hibernate 5 / 6]: release 0.9.3
1 parent 568d41f commit 158603f

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

hibernate-dialect-v5/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.3 ##
2+
3+
- Supported enum field of Entity
4+
15
## 0.9.2 ##
26

37
- Supported LocalDateTime with datetime YDB primitive type and mapped to java.sql.Types.TIME

hibernate-dialect-v5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.dialects</groupId>
88
<artifactId>hibernate-ydb-dialect-v5</artifactId>
9-
<version>0.9.3-SNAPSHOT</version>
9+
<version>0.9.3</version>
1010

1111
<name>Hibernate V5 YDB Dialect</name>
1212
<description>Support Hibernate version 5 YDB (YQL) Dialect</description>

hibernate-dialect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.3 ##
2+
3+
- Supported enum field of Entity
4+
15
## 0.9.2 ##
26

37
- Supported LocalDateTime with datetime YDB primitive type and mapped to java.sql.Types.TIME

hibernate-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.dialects</groupId>
88
<artifactId>hibernate-ydb-dialect</artifactId>
9-
<version>0.9.3-SNAPSHOT</version>
9+
<version>0.9.3</version>
1010

1111
<packaging>jar</packaging>
1212

0 commit comments

Comments
 (0)