head 1.5; access; symbols pkgsrc-2023Q3:1.3.0.2 pkgsrc-2023Q3-base:1.3; locks; strict; comment @# @; 1.5 date 2023.10.19.12.04.16; author pin; state dead; branches; next 1.4; commitid 8jvIuy0Ly7nPpeJE; 1.4 date 2023.10.01.09.59.17; author pin; state Exp; branches; next 1.3; commitid mj45KfChbETWiUGE; 1.3 date 2023.08.31.12.59.53; author pin; state Exp; branches; next 1.2; commitid qSxpUsTxI76yiWCE; 1.2 date 2023.04.30.19.53.24; author pin; state dead; branches; next 1.1; commitid Wdt8nGlBoDPFxanE; 1.1 date 2023.04.27.12.32.36; author pin; state Exp; branches; next ; commitid y34fc18Pa5SkcKmE; desc @@ 1.5 log @devel/git-cliff: remove patch Fix build with new libgit2. @ text @$NetBSD: patch-git-cliff-core_Cargo.toml,v 1.4 2023/10/01 09:59:17 pin Exp $ Fix libgit2 mismatch. --- git-cliff-core/Cargo.toml.orig 2023-09-30 14:03:47.000000000 +0000 +++ git-cliff-core/Cargo.toml @@@@ -28,7 +28,7 @@@@ toml = "0.8.1" lazy-regex = "3.0.2" [dependencies.git2] -version = "0.18.1" +version = "0.17.1" default-features = false optional = true @ 1.4 log @devel/git-cliff: update to 1.3.1 1.3.1 - 2023-09-30 โ›ฐ๏ธ Features - (args) Support tilde for options (#266) - (8698bc2) - (ci) Distribute RPM package (#159) - (baf4da8) ๐Ÿ› Bug Fixes - (ci) Update cargo-tarpaulin arguments - (83a0371) ๐Ÿšœ Refactor - (ci) Simplify cargo-tarpaulin installation - (95f8d53) ๐Ÿ“š Documentation - (installation) Update instructions for Arch Linux - (291a928) - (installation) Add instructions for Alpine Linux - (3199bba) - (license) Re-license under the MIT + Apache 2.0 license (#303) - (cd56344) - Update Tera links to the new URL (#272) - (890de00) โš™๏ธ Miscellaneous Tasks - Remove GPL code (#293) - (e3606ba) โ—€๏ธ Revert - (args) Update clap and clap extras to v4 (#137) (#292) - (fb4c733) @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @devel/git-cliff: update to 1.3.0 pkgsrc: patch away libgit2 mismatch for now. โ›ฐ๏ธ Features (changelog) [breaking] Add postprocessors (#155) - (5dc5fb7) ๐Ÿ› Bug Fixes (cd) Do not publish release notes for pre-releases (#249) - (7a82aa1) (cd) Disable win32-arm64 PyPI builds - (baf34a8) (deps) Avoid problematic serde release - (87f74bc) (examples) Add missing newline (#253) - (aad4222) (informer) Do not inform about pre-releases (#249) - (87e47e6) Fix previous release references - (fbb605e) ๐Ÿšœ Refactor (clippy) Apply clippy suggestions - (4c09759) (clippy) Apply clippy suggestions - (a814bbe) (config) Use a macro for generating commit list - (c695ca3) (docker) Avoid copying volume inside container (#142) - (65d365c) (lib) Use implicit serde imports - (c8cf855) ๐Ÿ“š Documentation (blog) Add blog post for 1.3.0 release (#264) - (93d4aa4) (example) Update the header of configuration examples - (0bf5ebe) (example) Add example for generating changelog similar to cocogitto - (e1cf26e) (readme) Add contributors graph - (3c9ced0) ๐ŸŽจ Styling (config) Further beautify the changelog in this repo - (fd7446c) (config) Apply formatting to configuration files - (e9aa991) Fix formatting - (14725e5) ๐Ÿงช Testing (changelog) Add cases for docs: prefix (#167) - (3a717e2) (repo) Add an informative error message to failing test - (7d7470b) Fix keep a changelog test case - (0a6ed62) Fix keep a changelog test case - (f5d3365) โš™๏ธ Miscellaneous Tasks (cargo) Update MSRV to 1.70.0 - (1068912) (cd) Use the latest git-cliff-action for releases - (3eb97b8) (cd) Support creating prereleases on GitHub - (a22426a) (config) Add additional parsers for default config - (b745778) (config) Update configuration for alpha/beta/rc releases - (7e7e5a7) (config) Skip dependency updates in the changelog - (b2edc23) (core) Make git2 optional - (5fdf39a) (docker) Update versions in Dockerfile - (0ccab91) (github) Add config for welcome bot - (a4725d4) (mergify) Rename mergify configuration file - (9fd1be6) (mergify) Add configuration file for automatic merge (#245) - (0a79aae) (pypi) Publish git-cliff on PyPI (#158) - (2b7a1ef) Check without default features - (e323621) @ text @d3 1 a3 1 Fix libgit2 mismatch d5 1 a5 1 --- git-cliff-core/Cargo.toml.orig 2023-08-31 08:01:43.000000000 +0000 d7 2 a8 2 @@@@ -28,7 +28,7 @@@@ toml = "0.7.6" lazy-regex = "3.0.1" d11 1 a11 1 -version = "0.18.0" @ 1.2 log @devel/git-cliff: update to 1.2.0 [1.2.0] - 2023-04-28 Read detailed information about this release: https://git-cliff.org/blog/git-cliff-1.2.0 Features (args) Update clap and clap extras to v4 (#137) (commit) Make the fields of Signature public (config) Add a custom configuration file for the repository (config) Support placing configuration inside pyproject.toml (#147) (docker) Generate SBOM/provenance for the Docker image (parser) Support using regex group values (#145) Bug Fixes (ci) Use MUSL build of cargo-tarpaulin (ci) Update cargo-tarpaulin installation command for CI (config) [breaking] Nested environment config overrides (#157) (config) Set max of limit_commits to the number of commits (#140) (deploy) Set the node cache dependency path (docker) Remove target directory from .dockerignore (release) Use the correct argument in release script (website) Fix broken links Refactor (cd) Remove unnecessary config update (ci) Test the website deployment with a different job (lib) [breaking] Move changelog module to git-cliff-core (test) Handle errors for changelog module tests (website) Update header location Documentation (blog) Add blog post about what's new in 1.2.0 (blog) Update the blog post style (config) Update the sections (config) Add comments to the default configuration file (contributing) Mention the nightly requirement for rustfmt (contributing) Update MSRV (examples) Move examples to separate file (github) Update the pull request template about GitHub labels (github) Update pull request template (github) Update issue templates (github) Update funding options (github) Add security policy (readme) Update README.md about documentation website (readme) Add tj-actions/git-cliff to the list of actions (#152) (readme) Add discord badge (readme) Add release-plz to related projects (#151) (readme) Fix typos in README.md (readme) Remove unneeded word in README.md (#141) (readme) Add link to the Console #141 interview about git-cliff (website) Add Twitter link to banner (website) Move documentation to the website (#153) Styling (docs) Fix the grammar for tj-actions (docs) Update the formatting for python integration example (readme) Update the style for project name (readme) Apply formatting (website) Update the style for environment variable section Testing (deploy) Test the website deployment for pull requests Miscellaneous Tasks (cargo) Update MSRV to 1.64.0 (cd) Temporarily switch back to action-rs/toolchain (ci) Switch to dtolnay/rust-toolchain action (ci) Update runner images (deps) Bump actions/configure-pages from 1 to 3 (deps) Bump actions/deploy-pages from 1 to 2 (deps) Upgrade transitive dependencies (deps) Update clap dependencies (deps) Upgrade workspace dependencies (deps) Upgrade core dependencies (docker) Update versions in Dockerfile (docker) Bump the action versions in docker workflow (docker) Bump build-push-action to v4 (editorconfig) Fix editorconfig syntax (editorconfig) Update editorconfig for better code readability (examples) Remove EXAMPLES.md (github) Integrate Dependabot (github) Integrate bors (github) Add contact links for issues (website) Add workflow file for deploying the website (website) Move website to website folder (website) Move website to docs for GitHub pages deployment @ text @d1 1 a1 1 $NetBSD: patch-git-cliff-core_Cargo.toml,v 1.1 2023/04/27 12:32:36 pin Exp $ d3 1 a3 1 Fix build with latest libgit2 d5 1 a5 1 --- git-cliff-core/Cargo.toml.orig 2023-01-20 12:31:43.000000000 +0000 d7 2 a8 2 @@@@ -23,7 +23,7 @@@@ toml = "0.5.11" lazy-regex = "2.4.1" d11 1 a11 1 -version = "0.16.0" d14 1 a15 1 [dependencies.config] @ 1.1 log @devel/git-cliff: Fix build w/new libgit2 @ text @d1 1 a1 1 $NetBSD$ @