google/googletest (com_google_googletest)
### [`v1.15.2`](https://togithub.com/google/googletest/releases/tag/v1.15.2)
[Compare Source](https://togithub.com/google/googletest/compare/v1.15.1...v1.15.2)
### Release Notes
GoogleTest will **not** accept patches of new features to the v1.15.x branch.\
We recommend building GoogleTest from the latest commit instead.\
Exceptional critical bug fixes may be considered.
#### C++ Language Support
- GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools.
#### Notable Changes
- [Bzlmod](https://bazel.build/external/overview#bzlmod) is now officially supported (previously it was supported by the community). Note that it may take several days after the release for it to become available in the [Bazel Central Registry](https://registry.bazel.build/modules/googletest).
- Many bug fixes
### [`v1.15.1`](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1)
[Compare Source](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1)
### [`v1.15.0`](https://togithub.com/google/googletest/releases/tag/v1.15.0)
[Compare Source](https://togithub.com/google/googletest/compare/v1.14.0...v1.15.0)
### Release Notes
GoogleTest will **not** accept patches of new features to the v1.15.x branch.\
We recommend building GoogleTest from the latest commit instead.\
Exceptional critical bug fixes may be considered.
#### C++ Language Support
- GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools.
#### Notable Changes
- [Bzlmod](https://bazel.build/external/overview#bzlmod) is now officially supported (previously it was supported by the community). Note that it may take several days after the release for it to become available in the [Bazel Central Registry](https://registry.bazel.build/modules/googletest).
- Many bug fixes
#### Known Issues
- [The Python toolchain in `MODULE.bazel` conflicts with downstream toolchains.](https://togithub.com/google/googletest/issues/4581) This is fixed in [1.15.2](https://togithub.com/google/googletest/releases/tag/v1.15.2).
### [`v1.14.0`](https://togithub.com/google/googletest/releases/tag/v1.14.0)
[Compare Source](https://togithub.com/google/googletest/compare/v1.13.0...v1.14.0)
### Release Notes
GoogleTest will **not** accept patches of new features to the v1.14.x branch.\
We recommend building GoogleTest from the latest commit instead.\
Exceptional critical bug fixes may be considered.
#### C++ Language Support
- GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools.
#### Notable Changes
- Many bug fixes
### [`v1.13.0`](https://togithub.com/google/googletest/releases/tag/v1.13.0)
[Compare Source](https://togithub.com/google/googletest/compare/release-1.12.1...v1.13.0)
### Release Notes
GoogleTest will **not** accept patches of new features to the v1.13.x branch.\
We recommend building GoogleTest from the latest commit instead.\
Exceptional critical bug fixes may be considered.
#### C++ Language Support
- GoogleTest now requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools.
#### Notable Changes
- Floating point prints full precision by default to aid in debugging (https://github.com/google/googletest/commit/9c332145b71c36a5bad9688312c79184f98601ff)
- `GTEST_FAIL_AT` now terminates the test (like `ASSERT_*`), rather than failing and continuing (like `EXPECT_*`) (https://github.com/google/googletest/commit/6f149520a19c0bfd6a70075a733a69cd8b03ae94)
- Added `testing::SrcDir()`, which returns the configured directory for test data files (https://github.com/google/googletest/commit/912db742531bf82efb01194bc08140416e3b3467)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
release-1.12.1
->v1.15.2
Release Notes
google/googletest (com_google_googletest)
### [`v1.15.2`](https://togithub.com/google/googletest/releases/tag/v1.15.2) [Compare Source](https://togithub.com/google/googletest/compare/v1.15.1...v1.15.2) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.15.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - [Bzlmod](https://bazel.build/external/overview#bzlmod) is now officially supported (previously it was supported by the community). Note that it may take several days after the release for it to become available in the [Bazel Central Registry](https://registry.bazel.build/modules/googletest). - Many bug fixes ### [`v1.15.1`](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1) [Compare Source](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1) ### [`v1.15.0`](https://togithub.com/google/googletest/releases/tag/v1.15.0) [Compare Source](https://togithub.com/google/googletest/compare/v1.14.0...v1.15.0) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.15.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - [Bzlmod](https://bazel.build/external/overview#bzlmod) is now officially supported (previously it was supported by the community). Note that it may take several days after the release for it to become available in the [Bazel Central Registry](https://registry.bazel.build/modules/googletest). - Many bug fixes #### Known Issues - [The Python toolchain in `MODULE.bazel` conflicts with downstream toolchains.](https://togithub.com/google/googletest/issues/4581) This is fixed in [1.15.2](https://togithub.com/google/googletest/releases/tag/v1.15.2). ### [`v1.14.0`](https://togithub.com/google/googletest/releases/tag/v1.14.0) [Compare Source](https://togithub.com/google/googletest/compare/v1.13.0...v1.14.0) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.14.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - Many bug fixes ### [`v1.13.0`](https://togithub.com/google/googletest/releases/tag/v1.13.0) [Compare Source](https://togithub.com/google/googletest/compare/release-1.12.1...v1.13.0) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.13.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest now requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - Floating point prints full precision by default to aid in debugging (https://github.com/google/googletest/commit/9c332145b71c36a5bad9688312c79184f98601ff) - `GTEST_FAIL_AT` now terminates the test (like `ASSERT_*`), rather than failing and continuing (like `EXPECT_*`) (https://github.com/google/googletest/commit/6f149520a19c0bfd6a70075a733a69cd8b03ae94) - Added `testing::SrcDir()`, which returns the configured directory for test data files (https://github.com/google/googletest/commit/912db742531bf82efb01194bc08140416e3b3467)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.