-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create RELEASE.md for v0.30 * Removed "## New Contributors" section.
- Loading branch information
1 parent
ad21603
commit 70a14cb
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Release Notes for v0.30 | ||
|
||
## What's Changed | ||
* Avoid breakages for WITH_LLVM builds with libprotobuf < 3.19.0 by @dhoekwater in https://github.com/google/autofdo/pull/200 | ||
* Fixed testcase failures when build directory is not under the source directory by @shenhanc78 in https://github.com/google/autofdo/pull/206 | ||
* Fix compilation error when building using github build bot. by @shenhanc78 in https://github.com/google/autofdo/pull/210 | ||
* Removed WITH_LLVM and replaced protobuf_generate_cpp with more modern protobuf_generate by @shenhanc78 in https://github.com/google/autofdo/pull/199 | ||
* Fix format/indention error in README. by @shenhanc78 in https://github.com/google/autofdo/pull/212 | ||
* Add a config to build and run on PRs. by @snehasish in https://github.com/google/autofdo/pull/213 | ||
* Update README.md by @snehasish in https://github.com/google/autofdo/pull/214 | ||
* Add a workflow to create release build. by @shenhanc78 in https://github.com/google/autofdo/pull/217 | ||
* Build full-static LLVM tools binaries by @shenhanc78 in https://github.com/google/autofdo/pull/216 | ||
|
||
**Full Changelog**: https://github.com/google/autofdo/compare/v0.20.1...v0.30 |