summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44e01e2..8be9786 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@
#### Release 1.10.x
-[Release 1.10.x](https://github.com/google/googletest/releases/tag/v1.10.x) is
-now available.
+[Release 1.10.x](https://github.com/google/googletest/releases/tag/release-1.10.0)
+is now available.
#### Coming Soon
@@ -102,6 +102,9 @@ runs tests from your binary in parallel to provide significant speed-up.
is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
+[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser
+that generates stub code for Google Test.
+
## Requirements
Google Test is designed to have fairly minimal requirements to build and use