Skip to content

Commit

Permalink
[Hibernate 5 / 6]: Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Feb 20, 2024
1 parent 3cb6c97 commit c0726ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions hibernate-dialect-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2 ##

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

## 0.9.1 ##

- Full CRUD operations
Expand Down
2 changes: 1 addition & 1 deletion hibernate-dialect-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect-v5</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>

<name>Hibernate V5 YDB Dialect</name>
<description>Support Hibernate version 5 YDB (YQL) Dialect</description>
Expand Down
4 changes: 4 additions & 0 deletions hibernate-dialect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2 ##

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

## 0.9.1 ##

- Full CRUD operations
Expand Down
2 changes: 1 addition & 1 deletion hibernate-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit c0726ef

Please sign in to comment.