Skip to content

Commit fee759a

Browse files
dev: prepare 1.0.0 release
1 parent ec11d35 commit fee759a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

spring-data-jdbc-ydb/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## 1.0.0 ##
2+
3+
- quoting index name in VIEW statement (ex. VIEW \`index_name\`)
4+
15
## 0.9.1 ##
26

3-
- Supported VIEW INDEX statement from @ViewIndex
7+
- Supported VIEW statement from @ViewIndex
48
- YdbDialect fully supports YQL
59
- Supported specific @YdbType

spring-data-jdbc-ydb/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>spring-data-jdbc-ydb</artifactId>
9-
<version>0.9.1</version>
9+
<version>1.0.0</version>
1010

1111
<name>Spring Data JDBC YDB Dialect</name>
1212
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>

0 commit comments

Comments
 (0)