You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+40
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,43 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
<!-- markdownlint-disable MD024 -->
8
8
9
+
## [2.0.0-rc6] - 2024-11-23
10
+
11
+
### <!-- 1 --> 🚀 Added
12
+
13
+
- Add optional colored log output by @2bndy5 in [#52](https://github.com/cpp-linter/cpp-linter-rs/pull/52)
14
+
- Add CI to detect performance regressions by @2bndy5 in [#53](https://github.com/cpp-linter/cpp-linter-rs/pull/53)
15
+
- Capture and output clang tool's version number by @2bndy5 in [#54](https://github.com/cpp-linter/cpp-linter-rs/pull/54)
16
+
17
+
### <!-- 4 --> 🛠️ Fixed
18
+
19
+
- Fix changelog updates when publishing release by @2bndy5 in [`275f189`](https://github.com/cpp-linter/cpp-linter-rs/commit/275f1895ca6e5e8070a94eed024955d0b9e6f0a3)
20
+
- Let public forks' PRs run git cliff in CI by @2bndy5 in [`0857121`](https://github.com/cpp-linter/cpp-linter-rs/commit/0857121826e2ae8ebdd896ba6033eb495b614613)
21
+
- Regenerate TS type definitions by @2bndy5 in [`023c170`](https://github.com/cpp-linter/cpp-linter-rs/commit/023c1705a078b9a7542022deefa228a567d68b67)
22
+
23
+
### <!-- 6 --> 📦 Dependency updates
24
+
25
+
- Bump reqwest from 0.12.7 to 0.12.8 in the cargo group by @dependabot[bot] in [#51](https://github.com/cpp-linter/cpp-linter-rs/pull/51)
26
+
- Bump the cargo group across 1 directory with 4 updates by @dependabot[bot] in [#58](https://github.com/cpp-linter/cpp-linter-rs/pull/58)
27
+
- Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 by @dependabot[bot] in [#69](https://github.com/cpp-linter/cpp-linter-rs/pull/69)
28
+
- Bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot[bot] in [#70](https://github.com/cpp-linter/cpp-linter-rs/pull/70)
29
+
- Bump the actions group across 1 directory with 2 updates by @dependabot[bot] in [#72](https://github.com/cpp-linter/cpp-linter-rs/pull/72)
30
+
- Bump the npm group across 1 directory with 4 updates by @dependabot[bot] in [#71](https://github.com/cpp-linter/cpp-linter-rs/pull/71)
31
+
- Bump the cargo group across 1 directory with 13 updates by @dependabot[bot] in [#73](https://github.com/cpp-linter/cpp-linter-rs/pull/73)
32
+
33
+
### <!-- 8 --> 📝 Documentation
34
+
35
+
- Switch to mkdocs by @2bndy5 in [`da09e54`](https://github.com/cpp-linter/cpp-linter-rs/commit/da09e542488ace2c11b60d83963912ef57b4d754)
36
+
- Adjust color in docs' drawer by @2bndy5 in [`6239f7e`](https://github.com/cpp-linter/cpp-linter-rs/commit/6239f7ef85395000a905b456b440e80ecdb18c29)
37
+
38
+
### <!-- 9 --> 🗨️ Changed
39
+
40
+
- Reorganize repo folders by @2bndy5 in [`d30125b`](https://github.com/cpp-linter/cpp-linter-rs/commit/d30125bbe9015d7ea070a3b8c20fcc9acc56dbc0)
0 commit comments