Skip to content

Commit

Permalink
Merge pull request #40 from privacysandbox/release-0.27.0
Browse files Browse the repository at this point in the history
Release 0.27.0
  • Loading branch information
pmeric authored May 24, 2023
2 parents 338ba9d + 9a5bd30 commit 15c75ec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,18 @@ repos:
- id: shellcheck

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.2
rev: v16.0.3
hooks:
- id: clang-format
types_or:
- c++
- c

- repo: https://github.com/bufbuild/buf
rev: v1.19.0
hooks:
- id: buf-format

- repo: local
hooks:
- id: addlicense
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.27.0 (2023-05-23)


### Features

* Add buf to presubmit image


### Documentation

* Add CONTRIBUTING.md

## 0.26.0 (2023-05-16)


Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# How to Contribute

Presently this project is not accepting contributions.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.0
0.27.0

0 comments on commit 15c75ec

Please sign in to comment.