Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Feb 26, 2024
1 parent d8ede9a commit 0f6bd28
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 47 deletions.
89 changes: 59 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,93 @@

All notable changes to this project will be documented in this file.

## [0.11.1] - 2024-01-08
## [0.11.2] - 2024-02-26

### Bug Fixes

- Update rust crate clap to 4.4.14 ✔️
- Update rust crate clap to 4.4.15 ✔️
- Update rust crate clap to 4.4.16 ✔️
- Update rust crate clap to 4.4.18 ✔️
- Update rust crate rayon to 1.8.1 ✔️
- Update rust crate serde to 1.0.196 ✔️
- Update rust crate serde_json to 1.0.113 ✔️
- Update rust crate serde_yaml to 0.9.31 ✔️
- Update rust crate reqwest to 0.11.24 ✔️
- Update rust crate tokio to 1.36.0 ✔️
- Update rust crate clap to 4.5.0 ✔️
- Update rust crate indicatif to 0.17.8 ✔️
- Update rust crate clap to 4.5.1 ✔️
- Update rust crate anyhow to 1.0.80 ✔️
- Update rust crate serde_yaml to 0.9.32 ✔️
- Update rust crate serde_json to 1.0.114 ✔️
- Apply basic auth to sub-sitemap-urls ✔️

### Miscellaneous Tasks

[7a04616](7a04616cf4a500ef355975427642e20eac0bc6a9)...[65511f1](65511f1c9beb612b8cb59a0e399168d2150f5f61)
- Update rust docker tag to v1.76 ✔️
- Update rust-build/rust-build.action action to v1.4.5 ✔️
- Code style ✔️

## [0.11.1] - 2024-01-08

### Bug Fixes

- Tests ([71c3e96](71c3e9682344acc486dcebf643cda0e42f487299))
- Tests ✔️

### Miscellaneous Tasks

- Fix formatting ([eaf1102](eaf1102aa824edd4920f54d4a776e0bf95068ef2))
- Apply clippy suggestions ([65511f1](65511f1c9beb612b8cb59a0e399168d2150f5f61))
- Fix formatting ✔️
- Apply clippy suggestions ✔️
- Release url-collector version 0.11.1 ✔️

## [0.11.0] - 2024-01-08

[410b932](410b9325b12c8d2816c2eb07b659d166f5aa58f8)...[7a04616](7a04616cf4a500ef355975427642e20eac0bc6a9)

### Bug Fixes

- Update rust crate anyhow to 1.0.77 ([5b0ad92](5b0ad927ddfaf8f8d2e7091c4c6d271b9f2a1a33))
- Update rust crate clap to 4.4.12 ([257707f](257707f0b4823e84345b8d47250c7f8c40def65b))
- Update rust crate anyhow to 1.0.78 ([d2735c6](d2735c653e234550c7e841c39a33899b4e5c7250))
- Update rust crate serde_json to 1.0.109 ([e050d82](e050d82ab2a00b82d67d5b52c979c5faf09fd1c6))
- Update rust crate anyhow to 1.0.79 ([160e751](160e7518633ec023c8c4318d70e9b7effe750de5))
- Update rust crate serde_json to 1.0.110 ([fa6147d](fa6147db3768679cc59d2dc88ffb8f463964085a))
- Update rust crate serde to 1.0.194 ([4d375fe](4d375fe5f037b14feacff8132a57e8aba600eb33))
- Update rust crate serde_yaml to 0.9.30 ([e5b9472](e5b94723ec2d4df11d338cac86e6e63bf57c412e))
- Update rust crate serde_json to 1.0.111 ([aff4645](aff464581c0375df9e54efd1af4df45d1e3a5c0b))
- Update rust crate clap to 4.4.13 ([9da1500](9da1500d20a4c1b9f008279b814bd436c44a1af5))
- Update rust crate serde to 1.0.195 ([b1cb14a](b1cb14a6cfd90dcca996f60b596dea9bc9141117))
- Update rust crate anyhow to 1.0.77 ✔️
- Update rust crate clap to 4.4.12 ✔️
- Update rust crate anyhow to 1.0.78 ✔️
- Update rust crate serde_json to 1.0.109 ✔️
- Update rust crate anyhow to 1.0.79 ✔️
- Update rust crate serde_json to 1.0.110 ✔️
- Update rust crate serde to 1.0.194 ✔️
- Update rust crate serde_yaml to 0.9.30 ✔️
- Update rust crate serde_json to 1.0.111 ✔️
- Update rust crate clap to 4.4.13 ✔️
- Update rust crate serde to 1.0.195 ✔️

### Features

- Allow multiple urls and combine all results into one ([dd4ef64](dd4ef64220f8b68cbe311aa92e950902a368af0e))
- Allow multiple urls and combine all results into one ✔️

### Miscellaneous Tasks

- Enable tests in CI ([490e162](490e16235e4a4dd7f84eda06e9da13acc6e4252e))
- Code cleanup ([9f8eaed](9f8eaed8490ea440ad4468ba467a7011095a1cbf))
- Release url-collector version 0.11.0 ([7a04616](7a04616cf4a500ef355975427642e20eac0bc6a9))
- Code cleanup ✔️
- Update rust-build/rust-build.action action to v1.4.4 ✔️
- Update actions/checkout action to v4 ✔️
- Update rust docker tag to v1.75 ✔️
- Release url-collector version 0.11.0 ✔️

### Testing

- Add some test coverage ([60331d8](60331d8d56d636ca34d0f4e1a69c04b1ff793b4b))
- Add some test coverage ✔️

## [0.10.1] - 2023-12-26
### Ci

- Enable tests in CI ✔️

[ab42af5](ab42af5e74bb2bc8c7fdbf0cc415202ed06d064a)...[410b932](410b9325b12c8d2816c2eb07b659d166f5aa58f8)
## [0.10.1] - 2023-12-26

### Documentation

- Update readme and changelog ([4970a60](4970a60ec9731cf218eb6608b2f106dd18e93d2d))
- Rewrite changelog ([8898bb3](8898bb3509b52cfb07e5df0daa49fcc232d925e7))
- Introduce cliffy ([ccf2d22](ccf2d22d6e7cac935bab3053b2278b33f397f51b))
- Introduce cargo-release ([ce30597](ce3059761bed94806d6698167566d013a65f3553))
- Update readme and changelog ✔️
- Rewrite changelog ✔️
- Introduce cliffy ✔️
- Introduce cargo-release ✔️

### Miscellaneous Tasks

- Release url-collector version 0.10.1 ([410b932](410b9325b12c8d2816c2eb07b659d166f5aa58f8))
- Release url-collector version 0.10.1 ✔️

<!-- generated by git-cliff -->
24 changes: 7 additions & 17 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,10 @@ body = """
{% else %}\
## [unreleased]
{% endif %}\
{% if previous %}\
{% if previous.commit_id %}
[{{ previous.commit_id | truncate(length=7, end="") }}]({{ previous.commit_id }})...\
[{{ commit_id | truncate(length=7, end="") }}]({{ commit_id }})
{% endif %}\
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}]({{ commit.id }}))\
{% for footer in commit.footers -%}
, {{ footer.token }}{{ footer.separator }}{{ footer.value }}\
{% endfor %}\
- {{ commit.message | upper_first | trim_end }} {% if commit.conventional %}✔️{% else %}❌{% endif %}\
{% endfor %}
{% endfor %}\n
"""
Expand All @@ -38,11 +29,12 @@ footer = """
# remove the leading and trailing whitespace from the templates
trim = true


[git]
# parse the commits based on https://www.conventionalcommits.org
conventional_commits = true
# filter out the commits that are not conventional
filter_unconventional = true
filter_unconventional = false
# process each line of a commit as an individual commit
split_commits = false
# regex for parsing and grouping commits
Expand All @@ -54,21 +46,19 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor" },
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore|ci", group = "Miscellaneous Tasks" },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ body = ".*security", group = "Security" },
{ body = ".*", group = "Other (unconventional)" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# regex for matching git tags
tag_pattern = "[0-9].*"
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "0.1.0-beta.1"
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
# sort the tags topologically
Expand Down

0 comments on commit 0f6bd28

Please sign in to comment.