Skip to content

Commit b5582c5

Browse files
chore: release 7.0.1
Diff: v7.0.0...v7.0.1
1 parent cc4b439 commit b5582c5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date | Spring Boot compatibility |
44
|--------------------------|---------------|---------------------------|
5+
| [7.0.1](#701-2025-02-18) | February 2025 | " |
56
| [7.0.0](#700-2025-02-13) | February 2025 | `>= 3.4.0` |
67
| [6.0.4](#604-2024-04-03) | April 2024 | " |
78
| [6.0.3](#603-2024-03-24) | March 2024 | " |
@@ -21,6 +22,15 @@
2122

2223
# Release notes
2324

25+
## [7.0.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v7.0.0...v7.0.1) (2025-02-18)
26+
27+
28+
### Bug Fixes
29+
30+
* properly compute search panes with related entities ([cc4b439](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/cc4b439f2a7b30070c9fa1f4bcb9dab2ceb0bfc0))
31+
32+
33+
2434
## [7.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.4...v7.0.0) (2025-02-13)
2535

2636
### Features

README.md

+1-1
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>7.0.0</version>
62+
<version>7.0.1</version>
6363
</dependency>
6464
```
6565

pom.xml

+1-1
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>7.0.0</version>
8+
<version>7.0.1</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)