File tree Expand file tree Collapse file tree 6 files changed +176
-123
lines changed Expand file tree Collapse file tree 6 files changed +176
-123
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ Full commit diff: [`{% if previous.version -%}
6363{%- endif %}...{{ last_commit }}`][{{ this_version }}]
6464{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
6565 ## New Contributors
66- {%- endif -%}
66+ {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
67+ - @{{ contributor.username }} made their first contribution
68+ {%- if contributor.pr_number %} in \
69+ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
70+ {%- endif %}
71+ {%- endfor %}
72+ {% endif %}
6773
68- {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
69- * @{{ contributor.username }} made their first contribution
70- {%- if contributor.pr_number %} in \
71- [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
72- {%- endif %}
73- {%- endfor %}\n
7474"""
7575# template for the changelog footer
7676footer = """
Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8989Full commit diff: [ ` v2.0.0-rc12...v2.0.0-rc13 ` ] [ 2.0.0-rc13 ]
9090
9191## New Contributors
92- * @shenxianpeng made their first contribution in [ #89 ] ( https://github.com/cpp-linter/cpp-linter-rs/pull/89 )
92+
93+ - @shenxianpeng made their first contribution in [ #89 ] ( https://github.com/cpp-linter/cpp-linter-rs/pull/89 )
94+
9395## [ 2.0.0-rc12] - 2024-12-12
9496
9597### <!-- 1 --> 🚀 Added
@@ -255,6 +257,8 @@ Full commit diff: [`v2.0.0-rc1...v2.0.0-rc2`][2.0.0-rc2]
255257Full commit diff: [ ` 2e25fec...v2.0.0-rc1 ` ] [ 2.0.0-rc1 ]
256258
257259## New Contributors
258- * @2bndy5 made their first contribution
259- * @dependabot [ bot] made their first contribution in [ #34 ] ( https://github.com/cpp-linter/cpp-linter-rs/pull/34 )
260+
261+ - @2bndy5 made their first contribution
262+ - @dependabot [ bot] made their first contribution in [ #34 ] ( https://github.com/cpp-linter/cpp-linter-rs/pull/34 )
263+
260264<!-- generated by git-cliff -->
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ words:
100100 - sdist
101101 - serde
102102 - Shen
103+ - shenxianpeng
103104 - startswith
104105 - superfences
105106 - tada
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ dynamic = ["version"]
1616
1717[dependency-groups ]
1818dev = [
19- " maturin==1.9 .1" ,
20- " mypy==1.17.0 " ,
19+ " maturin==1.10 .1" ,
20+ " mypy==1.18.2 " ,
2121 " patchelf==0.17.2.2 ; sys_platform == 'linux'" ,
22- " ruff==0.14.3 " ,
22+ " ruff==0.14.4 " ,
2323]
2424docs = [
2525 " markdown-gfm-admonition==0.1.1" ,
2626 " mkdocs==1.6.1" ,
2727 " mkdocs-gen-files==0.5.0" ,
2828 " mkdocs-include-markdown-plugin==7.2.0" ,
29- " mkdocs-material==9.6.22 " ,
29+ " mkdocs-material==9.7.0 " ,
3030 " pyyaml==6.0.3" ,
3131]
3232
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ manifest-path = "bindings/python/Cargo.toml"
5252
5353[dependency-groups ]
5454dev = [
55- " maturin==1.9 .1" ,
56- " mypy==1.17.0 " ,
55+ " maturin==1.10 .1" ,
56+ " mypy==1.18.2 " ,
5757 " patchelf==0.17.2.2 ; sys_platform == 'linux'" ,
5858 " pre-commit>=4.2.0" ,
59- " ruff==0.14.3 " ,
59+ " ruff==0.14.4 " ,
6060]
6161test = [
62- " meson==1.8.2 " ,
62+ " meson==1.9.1 " ,
6363]
6464
6565[tool .uv ]
You can’t perform that action at this time.
0 commit comments