Releases: cpp-linter/cpp-linter-rs
Releases · cpp-linter/cpp-linter-rs
2.0.0-rc2 - 2024-09-21
🚀 Added
📦 Dependency updates
- Bump pypa/gh-action-pypi-publish in the actions group by @dependabot[bot] in #40
🗨️ Changed
- Bump version to v2.0.0-rc2 by @2bndy5 in
ebcb6c4 - Some cleanup from release trials by @2bndy5 in
25c3951 - Update READMEs by @2bndy5 in
3e9c128
Full commit diff: v2.0.0-rc1...v2.0.0-rc2
2.0.0-rc1 - 2024-09-19
🚀 Added
- Resort to paginated requests for changed files by @2bndy5 in #37
- Support glob patterns by @2bndy5 in #25
- Support file paths in CLI positional argument by @2bndy5 in #16
- Add more testing and various improvements by @2bndy5 in #4
🛠️ Fixed
- Fix metadata and switch to pypa-publish action by @2bndy5 in
092e0c2 - Fix release CI steps by @2bndy5 in
23efee5 - Fix release CI by @2bndy5 in
49b3487 - Fix CI workflows for publishing releases by @2bndy5 in
4f9b912 - Fix links to clang-analyzer diagnostic's help site by @2bndy5 in #36
- Fix dependabot config by @2bndy5 in
3957be2 - Fix typo in README by @2bndy5 in
afa1312 - Fix GithubApiClient init for non-PR events by @2bndy5 in
5b60ab8 - Fix CI docs workflow by @2bndy5 in
ae33a6d - Fix parsing of
--extra-argby @2bndy5 in03f3de5
📦 Dependency updates
- Bump the cargo group across 1 directory with 6 updates by @dependabot[bot] in #34
- Bump tempfile from 3.9.0 to 3.12.0 in the cargo group by @dependabot[bot] in #26
- Bump serde from 1.0.208 to 1.0.209 in the cargo group by @dependabot[bot] in #23
- Bump serde_json from 1.0.125 to 1.0.127 in the cargo group by @dependabot[bot] in #19
- Bump the cargo group with 3 updates by @dependabot[bot] in #15
- Bump the cargo group with 5 updates by @dependabot[bot] in #7
- Bump openssl from 0.10.62 to 0.10.66 by @dependabot[bot] in #6
🚦 Tests
- PR review suggestions by @2bndy5 in
bd049d0 - Mock REST API calls in tests by @2bndy5 in #21
- Refactor line filters; minor metadata updates by @2bndy5 in
19d5517
📝 Documentation
🗨️ Changed
- Metadata changes by @2bndy5 in
f4237ae - Refactor files by @2bndy5 in #38
- Prepare for v2.0.0-rc1 by @2bndy5 in
9189e86 - Update README by @2bndy5 in
215485c - Use task runner
just(or VSCode "tasks") by @2bndy5 in #14 - Rename test CI; add badges to README by @2bndy5 in
b77058f - Some updates from py codebase by @2bndy5 in #5
- Update README.md by @2bndy5 in
ff4a735 - Use separate crates for different entry points by @2bndy5 in #2
- Init commit by @2bndy5 in
2e25fec
Full commit diff: 2e25fec...v2.0.0-rc1