2022-09-17 17:03:24 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
git-cliff: update to 0.9.0.
For pin@
## [0.9.0] - 2022-08-16
### Documentation
- Add test repository link to README.md
### Features
- Support splitting commits by lines \
([#101](https://github.com/orhun/git-cliff/issues/101))
- Support setting commit SHA while using `--with-commit`
- Add commit author and committer to the context \
([#100](https://github.com/orhun/git-cliff/issues/100))
### Miscellaneous Tasks
- Use an alternative method to fetch registry
- Enable building arm64 docker images
- Update the description on Docker Hub on push
- Disable updating the description on Docker Hub
- Add GitHub Sponsors option for funding
- Upgrade dependencies
- Update MSRV to 1.60.0
- Upgrade versions in Dockerfile
- Enable strip option for release profile
### Refactor
- Run clippy for tests
- Use a more concise conversion for string
|
2022-08-22 20:16:48 by pin | Files touched by this commit (3) |
Log message:
devel/git-cliff: downgrade to 0.8.1
0.9.0 currently broken. Don't have enough time to dig the reason for this.
|
2022-08-18 10:06:19 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.9.0
[0.9.0] - 2022-08-16
Documentation
Add test repository link to README.md
Features
Support splitting commits by lines (#101)
Support setting commit SHA while using --with-commit
Add commit author and committer to the context (#100)
Miscellaneous Tasks
Use an alternative method to fetch registry
Enable building arm64 docker images
Update the description on Docker Hub on push
Disable updating the description on Docker Hub
Add GitHub Sponsors option for funding
Upgrade dependencies
Update MSRV to 1.60.0
Upgrade versions in Dockerfile
Enable strip option for release profile
Refactor
Run clippy for tests
Use a more concise conversion for string
|
2022-08-01 16:35:41 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.8.1
[0.8.1] - 2022-07-12
Bug Fixes
Set fail-fast strategy to false
Miscellaneous Tasks
Update windows runners to windows-2022
[0.8.0] - 2022-07-12
Bug Fixes
Update lychee arguments to skip checking protonmail
Documentation
Clarify that --tag argument can be an unexisting tag
Switch chronological and topological (#99)
Features
Support external commands for commit preprocessors (#86)
Support changing commit scope with commit_parsers (#94)
[breaking] Pass footer token and separator to template (#97)
Miscellaneous Tasks
Set MSRV to 1.58.1 (#87)
Update tera to 1.16.0 (#70)
Disable building arm64 docker images temporarily
Upgrade dependencies
Refactor
Apply clippy suggestions
Apply clippy suggestions
|
2022-04-24 22:17:25 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.7.0
[0.7.0] - 2022-04-24
Bug Fixes
-Pin the Rust nightly version
-Allow custom commit range while prepending (#68)
-Remove redundant logging while using --context (#71)
-Update expected changelog date
Documentation
-Add more regex examples for commit_preprocessors
-Update GitHub Actions reference link in README.md
-Add cliff-jumper to similar projects (#83)
-Update the title of projects section
Features
-Show a message if a newer version is available (#69)
-Add --context flag for outputting context (#71)
-Support placing configuration inside Cargo.toml (#46)
-[breaking] Prefix environment variables with GIT_CLIFF_ (#76)
-Print more debug information when -vv is used (#79)
-Support preprocessing commit messages using regex (#62)
-Add man page generation script (#35)
Miscellaneous Tasks
-Return to nightly builds (#73)
-Include man page in the release assets
-Upgrade git-conventional dependency (#82)
-Upgrade versions in Dockerfile
-Build Docker images for arm64
-Disable default features for the Docker image
-Strip the binaries in Docker image
-Upgrade dependencies
Refactor
-Make update-informer opt-out via feature flag (#69)
-Use implicit Result type in completions script
Styling
-Update the changelog template for tag message
|
2022-03-14 11:21:40 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.6.1
[0.6.1] - 2022-03-13
Bug Fixes
-Do not skip all tags when skip_tags is empty (#63)
-Use root commit when --latest and there is only one tag (#59)
-Use the correct branch for codecov (#65)
-Fix keepachangelog config example (#66)
Documentation
-Add another option of GitHub Actions (#64)
-Document timestamp format of Release struct (#67)
Miscellaneous Tasks
-Upgrade regex dependency to fix CVE-2022-24713
-Upgrade dependencies
|
2022-02-21 10:40:57 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.6.0
Bug Fixes
- Only drop previous releases if skipped (#44)
- Run clippy from nightly toolchain
- Update tests about optional config values
- Set the previous release when using `--unreleased` (#47)
- Lower the priority of global configuration file (#51)
- Update the download link of latest grcov release
- Use the correct tar command for extracting grcov archive
- Update grcov download command
- Update custom error tests
Documentation
- Update template contexts about link_parsers
- Add minimal example
- Update copyright years
Features
- Add `link_parsers` for parsing/extracting links (#42)
- Make the `git` section optional (#45)
- Make the `changelog` section optional (#45)
- [**breaking**] Use conventional commit body to check against commit parsers
- [**breaking**] Replace --topo-order by --date-order (#58)
Miscellaneous Tasks
- Update arg parsing to clap v3 (#49)
- Upgrade dependencies
- Bump the Rust version in Dockerfile
- Run cargo-audit for checking vulnerabilities
- Update the runner to macos-11
Refactor
- Apply clippy suggestions
- [**breaking**] Change the default value of `trim` to `true`
- Unify serde and serde_derive using derive feature (#57)
Styling
- Update the styling
- Comply with MD022 and fix minor typos (#61)
|
2022-02-13 09:19:25 by pin | Files touched by this commit (1) |
Log message:
devel/git-cliff: add warning
|
2021-12-16 14:14:48 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.5.0
Bug Fixes
-Update log test about exclude path
-Override the sort related config if args are present (#39)
-Checkout the repository before running fixtures
-Use the defined configuration file for fixtures
-Update the multi line docker command
-Strip the carriage return on fixtures while comparing
-Drop the skipped releases from 'previous' field
Documentation
-Update --with-commit example in README.md
Features
-Add --topo-order flag for sorting tags (#29)
-Support specifying the sorting methods in config (#31)
-Accept glob patterns for --commit-path argument
-Support multiple values for --commit-path argument
-Add --exclude-path argument for excluding related commits
-Add --current flag for processing the current tag (#37)
-Add ignore_tags option (#40)
-Use more explanatory error messages about templates
-Support having both conventional and unconventional commits in the changelog
-Add --with-commit argument for including custom commit messages in changelog
[breaking] Rename --commit-path argument to --include-path
For more about this release, see: https://orhun.dev/blog/git-cliff-0.5.0/
|
2021-10-29 10:05:08 by pin | Files touched by this commit (1) |
Log message:
devel/git-cliff: use pkg-config
It needs pkgconf
|