Skip to content

Commit

Permalink
dev: prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Sep 4, 2024
1 parent ec11d35 commit fee759a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion spring-data-jdbc-ydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 1.0.0 ##

- quoting index name in VIEW statement (ex. VIEW \`index_name\`)

## 0.9.1 ##

- Supported VIEW INDEX statement from @ViewIndex
- Supported VIEW statement from @ViewIndex
- YdbDialect fully supports YQL
- Supported specific @YdbType
2 changes: 1 addition & 1 deletion spring-data-jdbc-ydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>spring-data-jdbc-ydb</artifactId>
<version>0.9.1</version>
<version>1.0.0</version>

<name>Spring Data JDBC YDB Dialect</name>
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>
Expand Down

0 comments on commit fee759a

Please sign in to comment.