aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-10-03 12:58:38 -0400
committerGennadiy Civil <misterg@google.com>2019-10-03 13:19:18 -0400
commit76a560c81cfe75cc6f9ff0c4a37ea3d1ce1229ed (patch)
tree7f5ce52a99b5742bbab4b793b56b78c6dfaa21ce /README.md
parent703bd9caab50b139428cea1aaff9974ebee5742e (diff)
downloadgoogletest-76a560c81cfe75cc6f9ff0c4a37ea3d1ce1229ed.tar.gz
googletest-76a560c81cfe75cc6f9ff0c4a37ea3d1ce1229ed.tar.bz2
googletest-76a560c81cfe75cc6f9ff0c4a37ea3d1ce1229ed.zip
Googletest export
Add an announcement about taking a dep on Abseil soon PiperOrigin-RevId: 272683117
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.md b/README.md
index 5b417fa8..44e01e2b 100644
--- a/README.md
+++ b/README.md
@@ -5,24 +5,19 @@
[![Build Status](https://api.travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest)
[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
-### Future Plans
+### Announcements:
-#### 1.8.x Release:
+#### Release 1.10.x
-[the 1.8.x](https://github.com/google/googletest/releases/tag/release-1.8.1) is
-the last release that works with pre-C++11 compilers. The 1.8.x will not accept
-any requests for any new features and any bugfix requests will only be accepted
-if proven "critical"
+[Release 1.10.x](https://github.com/google/googletest/releases/tag/v1.10.x) is
+now available.
-#### Post 1.8.x:
+#### Coming Soon
-On-going work to improve/cleanup/pay technical debt. When this work is completed
-there will be a 1.9.x tagged release
-
-#### Post 1.9.x
-
-Post 1.9.x googletest will follow
-[Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
+* Post 1.10.x googletest will follow
+ [Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
+* We are also planning to take a dependency on
+ [Abseil](https://github.com/abseil/abseil-cpp).
## Welcome to **Google Test**, Google's C++ test framework!