------------------------------------------------------------------- Wed Jan 25 06:37:53 UTC 2023 - Soc Virnyl Estela - Update to version 1.1.2: * Do not skip all tags when skip_tags is empty (#136) * Allow saving context to a file (#138) * Derive the tag order from commits instead of timestamp (#139) * Use timestamp for deriving the tag order (#139) ------------------------------------------------------------------- Wed Jan 18 04:06:43 UTC 2023 - Soc Virnyl Estela - Update to version 1.1.1: * Relevant change: Update README.md about the NPM package * Fix type casting in base NPM package * Rename the package on Windows * Disable liquid parsing in README.md by using raw blocks * Support for generating changelog for multiple git repositories * Publish binaries for more platforms/architectures ------------------------------------------------------------------- Wed Dec 28 12:57:44 UTC 2022 - Soc Virnyl Estela - Update to version 1.0.0: * Bug Fixes - Fix test fixture failures * Documentation - Fix GitHub badges in README.md * Features - [breaking] Replace --date-order by --topo-order - Allow running with --prepend and --output - [breaking] Use current time for --tag argument - Include completions and mangen in binary releases - Publish Debian package via release workflow * Miscellaneous Tasks - Run all test fixtures - Remove deprecated set-output usage - Update actions/checkout to v3 - Comment out custom commit preprocessor * Refactor - Apply clippy suggestions * Styling - Update README.md about the styling of footer field ------------------------------------------------------------------- Thu Nov 24 23:24:44 UTC 2022 - Soc Virnyl Estela - Update to version 0.10.0: ### Bug Fixes - Warn against invalid tag range for `--current` flag ([#124](https://github.com/orhun/git-cliff/issues/124)) - Use an alternative method to fetch registry - Fix syntax error in Dockerfile ### Documentation - Add MacPorts install info ([#111](https://github.com/orhun/git-cliff/issues/111)) - Update badge URL for Docker builds ### Features - Do not skip breaking changes if configured ([#114](https://github.com/orhun/git-cliff/issues/114)) - Changelog for the last n commits ([#116](https://github.com/orhun/git-cliff/issues/116)) - Add a short variant `-d` for specifying `--date-order` flag ### Miscellaneous Tasks - Update versions in Dockerfile - Upgrade core dependencies ### Refactor - Improve cargo-chef caching in Dockerfile - Utilize workspace dependencies ------------------------------------------------------------------- Mon Nov 7 23:09:43 UTC 2022 - Soc Virnyl Estela - Initial spec for git-cliff version 0.9.2