diff options
author | Derek Mauro <dmauro@google.com> | 2024-08-01 13:34:07 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-08-01 13:34:56 (GMT) |
commit | ff233bdd4cac0a0bf6e5cd45bda3406814cb2796 (patch) | |
tree | 051b8b9c8d2271cb33d79489548f42ca04ddf237 /README.md | |
parent | 3e3b44c300b21eb996a2957782421bc0f157af18 (diff) | |
download | googletest-ff233bdd4cac0a0bf6e5cd45bda3406814cb2796.zip googletest-ff233bdd4cac0a0bf6e5cd45bda3406814cb2796.tar.gz googletest-ff233bdd4cac0a0bf6e5cd45bda3406814cb2796.tar.bz2 |
Update main to point to 1.15.2 patch release
PiperOrigin-RevId: 658382055
Change-Id: Ia5eed4bec26da8c8cbe29fbd3a41b44048c25e07
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 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.15.0`). +`v${major}.${minor}.${patch}` (e.g. `v1.15.2`). #### Documentation Updates @@ -17,9 +17,9 @@ 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.15.0 +#### Release 1.15.2 -[Release 1.15.0](https://github.com/google/googletest/releases/tag/v1.15.0) is +[Release 1.15.2](https://github.com/google/googletest/releases/tag/v1.15.2) is now available. The 1.15.x branch requires at least C++14. |