Skip to content

Commit 02bce25

Browse files
committed
chore(release): Update changelog for 0.4.2
Also strip out the new contributors block from the cliff template because it keeps wanting it to be my first time contributing.
1 parent b55a20c commit 02bce25

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

CHANGELOG.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/quodlibetor/s3glob/compare/v0.4.1...v0.4.2) - 2025-02-28
4+
5+
### 🚀 Features
6+
7+
- Add a --quiet/-q flag to suppress progress messages by [@quodlibetor](https://github.com/quodlibetor) in [1730ef8](https://github.com/quodlibetor/s3glob/commit/1730ef8603695e10e50297982bb129243dc1c495)
8+
- Add a --max-parallelism flag, defaulting to 10,000 by [@quodlibetor](https://github.com/quodlibetor) in [eb86ae4](https://github.com/quodlibetor/s3glob/commit/eb86ae49d71a293a3e9ddff2a92b5633ffc13d4a)
9+
10+
### 📚 Documentation
11+
12+
- Add a gif of s3glob in action to the README by [@quodlibetor](https://github.com/quodlibetor) in [27f8dbe](https://github.com/quodlibetor/s3glob/commit/27f8dbe0d203ec6185ae0dec73d31a17efbbc226)
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Keep track of the max prefixes seen for better messaging by [@quodlibetor](https://github.com/quodlibetor) in [a7ebb41](https://github.com/quodlibetor/s3glob/commit/a7ebb4158fc3d9f34500dd534cbe7990df6df4b5)
17+
318
## [0.4.1](https://github.com/quodlibetor/s3glob/compare/v0.4.0...v0.4.1) - 2025-02-26
419

520
### 🚀 Features
@@ -12,7 +27,7 @@
1227

1328
- Fix link in CHANGELOG.md by [@quodlibetor](https://github.com/quodlibetor) in [6813927](https://github.com/quodlibetor/s3glob/commit/6813927f5cdee1a42b44481a060c682fbbacd9e4)
1429
- Split unit and integration test jobs by [@quodlibetor](https://github.com/quodlibetor) in [de6e56f](https://github.com/quodlibetor/s3glob/commit/de6e56feddad0be98d35c40ae7585feab2ffbae5)
15-
- Fix changelog template by Brandon W Maister in [09e3e80](https://github.com/quodlibetor/s3glob/commit/09e3e8069b22d4f8ac4b76d139a7109943220bd3)
30+
- Fix changelog template by [@quodlibetor](https://github.com/quodlibetor) in [09e3e80](https://github.com/quodlibetor/s3glob/commit/09e3e8069b22d4f8ac4b76d139a7109943220bd3)
1631

1732
## [0.4.0](https://github.com/quodlibetor/s3glob/compare/v0.3.1...v0.4.0) - 2025-02-26
1833

@@ -154,8 +169,4 @@
154169

155170
- Ensure that globs in the file part still get searched by [@quodlibetor](https://github.com/quodlibetor) in [25179a4](https://github.com/quodlibetor/s3glob/commit/25179a47e84772bf272187b75c4a6a00ca1e42d7)
156171

157-
### New Contributors
158-
159-
- @quodlibetor made their first contribution
160-
161172
<!-- generated by git-cliff -->

cliff.toml

-10
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ body = """
3838
{% endif -%}
3939
{% endfor -%}
4040
{% endfor %}
41-
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 -%}
42-
### New Contributors
43-
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
44-
- @{{ contributor.username }} made their first contribution
45-
{%- if contributor.pr_number %} in \
46-
[#{{ contributor.pr_number }}](<REPO>/pull/{{ contributor.pr_number }})\
47-
{% endif %}\
48-
{% endfor %}
49-
50-
{% endif -%}
5141
{% macro commit(commit) -%}
5242
{% if commit.scope %}**({{commit.scope}})** {% endif -%}
5343
{% if commit.breaking %}**breaking** {% endif -%}

0 commit comments

Comments
 (0)