Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Nov 29, 2024
1 parent eb81b87 commit 2736871
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,16 @@ Links to articles and blog posts about this library:

## Spring Boot compatibility

| Library version | Spring Boot | Minimum Java version | Documentation |
|---------------------------------------------------------------------------------------|-------------|----------------------|-----------------------------------------------------------------------------------|
| [3.6.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.1/README.md) |
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.5.1/README.md) |
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.4.1/README.md) |
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md) |
| [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.2.0/README.md) |
| [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/2.2.0/README.md) |
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/1.0.0/README.md) |
| Library version | Spring Boot | Minimum Java version | Documentation |
|---------------------------------------------------------------------------------------|-------------|----------------------|------------------------------------------------------------------------------------|
| [4.0.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/4.0.0) | 3.4.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/4.0.0/README.md) |
| [3.6.2](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.2) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.2/README.md) |
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.5.1/README.md) |
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.4.1/README.md) |
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md) |
| [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.2.0/README.md) |
| [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/2.2.0/README.md) |
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/1.0.0/README.md) |

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>htmx-spring-boot-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>htmx-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>Parent of Spring Boot library for htmx</name>

Expand Down

0 comments on commit 2736871

Please sign in to comment.