diff options
author | Derek Mauro <dmauro@google.com> | 2024-07-16 13:56:59 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-16 13:57:43 (GMT) |
commit | b62593aceb9bbd4b423804855d3eba5386eb6dc8 (patch) | |
tree | 614e068aaa041e8117176d86fb14deab0c8faf65 /README.md | |
parent | d49a6654845491fcb2c1d05ef20648c5b7bed783 (diff) | |
download | googletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.zip googletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.tar.gz googletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.tar.bz2 |
Update main branch to reflect the release of 1.15.0
PiperOrigin-RevId: 652824317
Change-Id: I39085d9451405c3decb462a0b4682added365d17
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ GoogleTest now follows the We recommend [updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it). We do publish occasional semantic versions, tagged with -`v${major}.${minor}.${patch}` (e.g. `v1.14.0`). +`v${major}.${minor}.${patch}` (e.g. `v1.15.0`). #### Documentation Updates @@ -17,12 +17,12 @@ Our documentation is now live on GitHub Pages at https://google.github.io/googletest/. We recommend browsing the documentation on GitHub Pages rather than directly in the repository. -#### Release 1.14.0 +#### Release 1.15.0 -[Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is +[Release 1.15.0](https://github.com/google/googletest/releases/tag/v1.15.0) is now available. -The 1.14.x branch requires at least C++14. +The 1.15.x branch requires at least C++14. #### Continuous Integration |