From cdfb6df5adc3d9829bf7403011ccbdf9ef4f543b Mon Sep 17 00:00:00 2001 From: Privacy Sandbox Team Date: Fri, 23 Feb 2024 13:52:27 -0500 Subject: [PATCH] Release 0.55.2 (2024-02-23) ### Bug Fixes * Add gmock to .clang-format Bug: N/A Change-Id: I523042a2f8006278ded115c7379c02411bb09bd0 GitOrigin-RevId: 60679579d57a2eaf60498f72abd175d59442093d --- CHANGELOG.md | 7 +++++++ etc/.clang-format | 4 ++-- version.txt | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36788bb..7081c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.55.2 (2024-02-23) + + +### Bug Fixes + +* Add gmock to .clang-format + ## 0.55.1 (2024-02-22) diff --git a/etc/.clang-format b/etc/.clang-format index 8c45f0c..3232a3b 100644 --- a/etc/.clang-format +++ b/etc/.clang-format @@ -4,8 +4,8 @@ DerivePointerAlignment: false SortIncludes: true IncludeBlocks: Regroup IncludeCategories: - # gtest, this should be put first in tests. - - Regex: '^ from OS. - Regex: '^<[_A-Za-z0-9-]+\.h>' diff --git a/version.txt b/version.txt index b9daa0c..a52083e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.55.1 \ No newline at end of file +0.55.2 \ No newline at end of file