Skip to content

Commit 9841a36

Browse files
committed
Update readme for 1.11 release
1 parent 469d4ea commit 9841a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
2424

2525
Required Go version:
2626

27+
* Starting with version `v1.11.0` of goquery, Go 1.24+ is required due to its dependencies.
2728
* Starting with version `v1.10.0` of goquery, Go 1.23+ is required due to the use of function-based iterators.
2829
* For `v1.9.0` of goquery, Go 1.18+ is required due to the use of generics.
2930
* For previous goquery versions, a Go version of 1.1+ was required because of the `net/html` dependency.
@@ -46,6 +47,7 @@ Ongoing goquery development is tested on the latest 2 versions of Go.
4647

4748
**Note that goquery's API is now stable, and will not break.**
4849

50+
* **2025-11-16 (v1.11.0)** : Update `go.mod` dependencies, add go1.25 to the test matrix, **goquery now requires Go version 1.24+**.
4951
* **2025-04-11 (v1.10.3)** : Update `go.mod` dependencies, small optimization (thanks [@myxzlpltk](https://github.com/myxzlpltk)).
5052
* **2025-02-13 (v1.10.2)** : Update `go.mod` dependencies, add go1.24 to the test matrix.
5153
* **2024-12-26 (v1.10.1)** : Update `go.mod` dependencies.

0 commit comments

Comments
 (0)