Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-cliff-linux-x64

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cliff-linux-x64 - npm Package Versions

123

1.2.0

Diff

Changelog

Source

1.2.0 - 2023-04-28

⛰️ Features

  • (args) Update clap and clap extras to v4 (#137) - (0e710c2)
  • (commit) Make the fields of Signature public - (104aac9)
  • (config) Add a custom configuration file for the repository - (0d4e689)
  • (config) Support placing configuration inside pyproject.toml (#147) - (fe5e5b8)
  • (docker) Generate SBOM/provenance for the Docker image - (2ef259e)
  • (parser) Support using regex group values (#145) - (7767ace)

🐛 Bug Fixes

  • (ci) Use MUSL build of cargo-tarpaulin - (98c9e00)
  • (ci) Update cargo-tarpaulin installation command for CI - (3019eff)
  • (config) [breaking] Nested environment config overrides (#157) - (bb9a889)
  • (config) Set max of limit_commits to the number of commits (#140) - (06f6732)
  • (deploy) Set the node cache dependency path - (020b02d)
  • (docker) Remove target directory from .dockerignore - (c0f97bd)
  • (release) Use the correct argument in release script - (b3eef4a)
  • (website) Fix broken links - (77dda53)

🚜 Refactor

  • (cd) Remove unnecessary config update - (e42f910)
  • (ci) Test the website deployment with a different job - (2d72125)
  • (lib) [breaking] Move changelog module to git-cliff-core - (2ab2c8f)
  • (test) Handle errors for changelog module tests - (ed389b7)
  • (website) Update header location - (72af8ac)

📚 Documentation

  • (blog) Add blog post about what's new in 1.2.0 - (e0a29ef)
  • (blog) Update the blog post style - (74cf47e)
  • (config) Update the sections - (c402452)
  • (config) Add comments to the default configuration file - (7e3adb0)
  • (contributing) Mention the nightly requirement for rustfmt - (a5a78fc)
  • (contributing) Update MSRV - (a824f48)
  • (examples) Move examples to separate file - (db43437)
  • (github) Update the pull request template about GitHub labels - (54f735a)
  • (github) Update pull request template - (c261fad)
  • (github) Update issue templates - (6a076ca)
  • (github) Update funding options - (6e35834)
  • (github) Add security policy - (823d272)
  • (readme) Update README.md about documentation website - (56240fd)
  • (readme) Add tj-actions/git-cliff to the list of actions (#152) - (2520dd2)
  • (readme) Add discord badge - (9fa5dd4)
  • (readme) Add release-plz to related projects (#151) - (f781e29)
  • (readme) Fix typos in README.md - (38943e8)
  • (readme) Remove unneeded word in README.md (#141) - (6f1459b)
  • (readme) Add link to the Console #141 interview about git-cliff - (d057390)
  • (website) Add Twitter link to banner - (ee5ea85)
  • (website) Move documentation to the website (#153) - (56d3544)

🎨 Styling

  • (docs) Fix the grammar for tj-actions - (53c0c1d)
  • (docs) Update the formatting for python integration example - (3ee6724)
  • (readme) Update the style for project name - (c41bbe0)
  • (readme) Apply formatting - (a4290c7)
  • (website) Update the style for environment variable section - (24ba433)

🧪 Testing

  • (deploy) Test the website deployment for pull requests - (6f8a2f9)

⚙️ Miscellaneous Tasks

  • (cargo) Update MSRV to 1.64.0 - (84f20f9)
  • (cd) Temporarily switch back to action-rs/toolchain - (1f897e3)
  • (ci) Switch to dtolnay/rust-toolchain action - (d54f72a)
  • (ci) Update runner images - (07e7938)
  • (docker) Update versions in Dockerfile - (95e8408)
  • (docker) Bump the action versions in docker workflow - (c02538f)
  • (docker) Bump build-push-action to v4 - (0c84ed8)
  • (editorconfig) Fix editorconfig syntax - (e35d83d)
  • (editorconfig) Update editorconfig for better code readability - (8a4f928)
  • (examples) Remove EXAMPLES.md - (8038659)
  • (github) Integrate Dependabot - (fe5a4dd)
  • (github) Integrate bors - (1ab6f39)
  • (github) Add contact links for issues - (d3cb25b)
  • (website) Add workflow file for deploying the website - (f550458)
  • (website) Move website to website folder - (5644d10)
  • (website) Move website to docs for GitHub pages deployment - (b6e52e1)

New Contributors ❤️

  • @bors[bot] made their first contribution in #161
  • @dependabot[bot] made their first contribution
  • @mackness made their first contribution in #157
  • @jackton1 made their first contribution in #152
  • @radusuciu made their first contribution in #147
  • @lbowenwest made their first contribution in #137
  • @jankatins made their first contribution in #141
  • @saidsay-so made their first contribution in #140
orhun
published 1.1.2 •

Changelog

Source

1.1.2 - 2023-01-20

🐛 Bug Fixes

  • (changelog) Allow saving context to a file (#138) - (08ea900)
  • (changelog) Do not skip all tags when skip_tags is empty (#136) - (eee35ad)
  • (git) Derive the tag order from commits instead of timestamp (#139) - (4df5656)

🎨 Styling

  • (fmt) Update the derives in config module - (336b25f)

⚙️ Miscellaneous Tasks

  • (cargo) Add metadata for cargo-binstall - (31dac34)
  • (docker) Update versions in Dockerfile - (353ca62)

◀️ Revert

  • (git) Use timestamp for deriving the tag order (#139) - (accfb0f)
orhun
published 1.1.1 •

Changelog

Source

1.1.1 - 2023-01-09

🐛 Bug Fixes

  • (npm) Fix the type casting in base NPM package - (bc0807f)
  • (npm) Fix the variable declaration for NPM package OS - (f40a565)
  • (npm) Rename the NPM binary package for Windows - (ce1d468)

📚 Documentation

  • (readme) Update README.md about the NPM package - (e0177c2)

⚙️ Miscellaneous Tasks

  • (cd) Parallelize releasing on crates.io - (24c8e3e)
  • (cd) Add README.md to the base NPM package - (e2e124e)
  • (npm) Add more keywords to the base NPM package - (abe68a2)
  • (npm) Package git-cliff for npm (#133) - (b7dd592)
orhun
published 1.1.1-rc.4 •

orhun
published 1.1.1-rc.3 •

orhun
published 1.1.1-rc.2 •

orhun
published 1.1.1-rc.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc