Skip to content

Commit

Permalink
Merge pull request #151 from wimdeblauwe/feature/add-links-to-old-readme
Browse files Browse the repository at this point in the history
docs: Add links to the corresponding README.md for each released version
  • Loading branch information
wimdeblauwe authored Nov 24, 2024
2 parents 14ec37b + 1d77834 commit 28f2268
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,15 @@ Links to articles and blog posts about this library:

## Spring Boot compatibility

| Library version | Spring Boot | Minimum Java version |
|---------------------------------------------------------------------------------------|-------------|----------------------|
| [3.6.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.1) | 3.2.x | 17 |
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 |
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 |
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 |
| [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 |
| [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 |
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 |
| 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) |

## Contributing

Expand Down

0 comments on commit 28f2268

Please sign in to comment.