-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
90 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,87 @@ | ||
# Changelog | ||
|
||
## [v0.8.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.8.0) (2022-02-07) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.7.1...v0.8.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add `base_dir` argument to more accurately fix absolute paths [\#26](https://github.com/ZedThree/clang-tidy-review/pull/26) ([ZedThree](https://github.com/ZedThree)) | ||
- Add argument to pass in CMake command [\#25](https://github.com/ZedThree/clang-tidy-review/pull/25) ([ZedThree](https://github.com/ZedThree)) | ||
- Add option to use config file [\#24](https://github.com/ZedThree/clang-tidy-review/pull/24) ([ZedThree](https://github.com/ZedThree)) | ||
- Add clang tidy 12 [\#23](https://github.com/ZedThree/clang-tidy-review/pull/23) ([ZedThree](https://github.com/ZedThree)) | ||
- Suggest fixits [\#16](https://github.com/ZedThree/clang-tidy-review/pull/16) ([ZedThree](https://github.com/ZedThree)) | ||
|
||
## [v0.7.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.7.1) (2022-01-11) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.7.0...v0.7.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- \#20 - Fix path replace problem [\#21](https://github.com/ZedThree/clang-tidy-review/pull/21) ([kgfoundrydig](https://github.com/kgfoundrydig)) | ||
- Update README.md to use 0.7.0 version [\#18](https://github.com/ZedThree/clang-tidy-review/pull/18) ([asafHalely](https://github.com/asafHalely)) | ||
|
||
## [v0.7.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.7.0) (2021-04-30) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.6.1...v0.7.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update Dockerfile, scripts to allow clang-tidy-11 from focal [\#15](https://github.com/ZedThree/clang-tidy-review/pull/15) ([ghutchis](https://github.com/ghutchis)) | ||
|
||
## [v0.6.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.6.1) (2021-04-22) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.6.0...v0.6.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add users to readme [\#12](https://github.com/ZedThree/clang-tidy-review/pull/12) ([vadi2](https://github.com/vadi2)) | ||
|
||
## [v0.6.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.6.0) (2021-02-23) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.5.1...v0.6.0) | ||
|
||
## [v0.5.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.5.1) (2021-02-23) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.5.0...v0.5.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Avoid apt warning when building [\#8](https://github.com/ZedThree/clang-tidy-review/pull/8) ([vadi2](https://github.com/vadi2)) | ||
|
||
## [v0.5.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.5.0) (2021-02-12) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.4.0...v0.5.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Make it easier to pass through arguments for include/exclude [\#7](https://github.com/ZedThree/clang-tidy-review/pull/7) ([ZedThree](https://github.com/ZedThree)) | ||
|
||
## [v0.4.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.4.0) (2020-12-03) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.3.0...v0.4.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix issue with creating a review with too many comments [\#5](https://github.com/ZedThree/clang-tidy-review/pull/5) ([ZedThree](https://github.com/ZedThree)) | ||
|
||
## [v0.3.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.3.0) (2020-12-01) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.2.0...v0.3.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Various fixes, plus install additional apt packages [\#3](https://github.com/ZedThree/clang-tidy-review/pull/3) ([ZedThree](https://github.com/ZedThree)) | ||
- Fix typo in README [\#2](https://github.com/ZedThree/clang-tidy-review/pull/2) ([schra](https://github.com/schra)) | ||
|
||
## [v0.2.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.2.0) (2020-05-31) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.1.0...v0.2.0) | ||
|
||
## [v0.1.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.1.0) (2020-05-30) | ||
|
||
[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/2ad79d07d6e3891cc8affd18082758b3b6c6b4aa...v0.1.0) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
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