Skip to content

Commit

Permalink
Merge pull request #79 from privacysandbox/release-0.55.2
Browse files Browse the repository at this point in the history
Release 0.55.2
  • Loading branch information
pmeric authored Feb 23, 2024
2 parents c178e0f + cdfb6df commit 7433670
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions etc/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DerivePointerAlignment: false
SortIncludes: true
IncludeBlocks: Regroup
IncludeCategories:
# gtest, this should be put first in tests.
- Regex: '^<gtest\/'
# gtest and gmock, this should be put first in tests.
- Regex: '^<(gtest|gmock)\/'
Priority: 20
# Top level .h headers in <> from OS.
- Regex: '^<[_A-Za-z0-9-]+\.h>'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.55.1
0.55.2

0 comments on commit 7433670

Please sign in to comment.