Skip to content

Commit be286ee

Browse files
chore: release 6.0.3
Diff: v6.0.2...v6.0.3
1 parent 97a1cdc commit be286ee

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [6.0.3](#603-2024-03-24) (Mar 2024)
34
- [6.0.2](#602-2024-03-03) (Mar 2024)
45
- [6.0.1](#601-2023-02-12) (Feb 2023)
56
- [6.0.0](#600-2023-01-02) (Jan 2023)
@@ -17,6 +18,15 @@
1718

1819
# Release notes
1920

21+
## [6.0.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.2...v6.0.3) (2024-03-24)
22+
23+
24+
### Bug Fixes
25+
26+
* **sqlserver:** prevent cast from NVARCHAR to VARCHAR ([f1e0ecd](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/f1e0ecdcc73c3983683d4ddbcfe62fdc7862a70b))
27+
28+
29+
2030
## [6.0.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.1...v6.0.2) (2024-03-03)
2131

2232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class UserRestController {
5959
<dependency>
6060
<groupId>com.github.darrachequesne</groupId>
6161
<artifactId>spring-data-jpa-datatables</artifactId>
62-
<version>6.0.2</version>
62+
<version>6.0.3</version>
6363
</dependency>
6464
```
6565

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>6.0.2</version>
8+
<version>6.0.3</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)