From 2d2796f41742ece03e8086188fa4db16a3a0b458 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Thu, 15 Nov 2018 15:42:34 -0500 Subject: [PATCH] doc: 1.5 release with go modules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41f6512..84f9af3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+. **Note that goquery's API is now stable, and will not break.** +* **2018-11-15 (v1.5.0)** : Go module support (thanks @Zaba505). * **2018-06-07 (v1.4.1)** : Add `NewDocumentFromReader` examples. * **2018-03-24 (v1.4.0)** : Deprecate `NewDocument(url)` and `NewDocumentFromResponse(response)`. * **2018-01-28 (v1.3.0)** : Add `ToEnd` constant to `Slice` until the end of the selection (thanks to @davidjwilkins for raising the issue).