Cocogitto Versions Save

The Conventional Commits toolbox

5.0.1

2 years ago

Bug Fixes

  • aaa9e78723f6a5f0ae7437258405d65cfb8827e2 - (hook) correctly escape hook commands by removing shell-word usage - @oknozor
  • 4c8c8cae1378a2de7e4386ad9d03f194e011d4ac - avoid using the format ident capturing Rust feature - @tranzystorek-io

Continuous Integration

  • b6bda199930bdacbefcc4e66defe27da1c121438 - ignore merge commits in cog checks - @oknozor
  • 45f93c2a753dad8ba2007a3b61e81689e1ad4b9c - update cocogitto action and add branch whitelist to cog.toml - @oknozor

Documentation

  • 905d0a32c1c504f58106a5d4998e66ad180696a9 - add a contribution guide - @oknozor

Miscellaneous Chores

  • 50ad92387cd9fd17b7b92091a5921ab32d134d82 - (version) 5.0.1 - github-actions

5.0.0

2 years ago

BREAKING CHANGES

  • 2c10235220cdf4f09c3c5a30631143683448ba98 - remove deprecated coco utility - @tranzystorek-io

Bug Fixes

  • 974587c9b3d41e9ff57c9ff271c6d3d35bc0f962 - (changelog) allow template context to be used in custom templates - @oknozor
  • 71bec5d8dc3b664475f7c2cd619630a7f0b90f66 - (error) restore parse error formatting - @oknozor
  • fc4d1a3dfdedf55ec65c26f74fada8869700bfd2 - updated config to 0.12.0 (latest as of now) + usage - Kristof Mattei
  • a57de18b25a8be350db55304d226ca8d68771527 - check allowed commit type when using 'cog verify' - @oknozor
  • 22120dcbfa35144e50999500940ddaacba68086e - make env var error more explicit - @oknozor
  • 36856519b432fcd523294c3b1dea8e19e07c493e - build commit type error regardless of the command used - @oknozor
  • ce6b70f83e0f352b5f25721de5a5d53cbdf100c3 - add missing ';' in run_cmd! calls - @Zshoham
  • c442f0792fc4497cf65b92dad9ca598fead1c0a3 - correctly identify empty repository when commiting - @Zshoham

Continuous Integration

  • f992c2196dc88fe1f126802bd880cafd3eddda64 - (codecov) fix codecov threshhold - @oknozor
  • bf2eb5d6f67c67acc69e1e5029e967abe28bc884 - (coverage) set coverage target threshold to 1% - @oknozor
  • 8c13a45f48862d4e224e957168426e55998e2c26 - update code coverage action - @oknozor
  • cd847de37cda51950e65d4b4868b8faa6ffcd880 - use keyword with shorter lenght to comply with crates.io rules - @oknozor
  • 896bcb30b93e47b65e4885e5f6e1e748ab9cdfae - remove cargo manifest keyword to comply with crates.io max keyword rule - @oknozor

Documentation

  • 466dffeb187fd117e423559974a914e991f894e8 - replace AUR badges with repology in the installation section - @oknozor
  • e8eef8024c238be5e1873236ea069936ffaf47e1 - add discord badge to readme - @oknozor
  • ab508165533ada56aab79d77da619e901793dc6e - use the cog commit command - @tranzystorek-io
  • 8e8f7b276c2f932f321ff0fba104bbad2598faa7 - add coco deprecation notice to README - @tranzystorek-io
  • 80a4737359d0452e6dcc24331c775efab2ac0c12 - suggest running a locked install when using cargo - @tranzystorek-io
  • 22abfd3276c91e47dd02d06f6e2b044abbbcc7a8 - nixos install onliner - Travis Davis

Features

  • 654baa959257add03d292bb5fd12ab14d3704076 - (bump) use glob pattern for branch whitelist - @oknozor
  • fe47333de7c63af966e24ea3d0c9c199573008cf - (hook) use a subshell by default on linux - @oknozor
  • d932d91d786708069286bd2c7cc81c7d2a366185 - (verify) add the ability to forbid merge commit via configuration - @oknozor
  • d78071a190b8f85e290f02904d19a71a4432197d - add branch whitelist to cog bump #165 - @oknozor

Miscellaneous Chores

  • c59d179fbd28c222d1f20d5cc0fa00541ffd8000 - (version) 5.0.0 - github-actions
  • a8484acb909e92dba4ca368d78f9b64eb532f6c5 - remove tarpaulin conditional config - @oknozor
  • 6cb774ee8daeb56a6171725cc2c4f57dc578201b - use cargo-edit for bumping crate version - @tranzystorek-io
  • 421ef1f70f22bf2196c247120d3a73db19c2aecf - update clap and config - @oknozor
  • cc961d3360595a89cf0131519ae63078435dadfa - clippy lints - @oknozor
  • db8cfb581d954148d7109d80f61a356892b13c39 - use rust 2021 edition - @oknozor

Refactoring

  • cbdad511a489a2100305f0400ca1b328ba00b94e - (commit) improve git statuses error output on commit - @oknozor
  • 41053e2732b3e015a86a3a7fdf53032292131365 - (error) display underlying errors when possible - @oknozor
  • 23461123e45dc1933ea4472b28a045d1d81ce4dc - (error) remove anyhow from private API - @oknozor

Tests

  • a1389119d033de6d65b59251a08c48424558f9ba - fix sealed_test question mark unwrapping - @oknozor

New Contributors

Full Changelog: https://github.com/cocogitto/cocogitto/compare/4.1.0...5.0.0

4.1.0

2 years ago

Bug Fixes

  • 415ec37921500bc375eb27b70722352fcd11d53b - (parser) bump parser to 0.9.4 to support windows escape sequences in commit footers - @oknozor
  • 66faca2312282108e50746cf2df1b8831e304122 - support annotated tags in cog check -l - @lukehsiao
  • 2f25f5ea6e9b96882a11a271aad20db0ee420ffb - ignore comment lines in cog verify - @lukehsiao

Continuous Integration

  • 17fb92eccde86a749e4df5d92382d92a03acd1e1 - add cargo-bump and crates.io token - @oknozor
  • ab146d0842d03c90fe8abc82af76f0ecf1b6e441 - trigger release from github action workflow dispatch - @oknozor
  • cd7642729c2a56a091dd1497b37707ae8723e236 - fix code coverage breakage with latest rust nightly - @oknozor
  • f7386c1f4fd3aafe3d310cf5e11a81a4361c4d70 - remove codevov artifact upload - @oknozor
  • f8dff56213861fb6ea1696268ba3cb70b1602404 - add rust-cache action - @oknozor

Documentation

  • 79c16082407ff076852e3e8c5d06f212a5bae3fb - (readme) update Arch Linux noting official package - @alerque
  • 9d37de36cabb21f0dbb70bb3106c21f234ce9472 - (readme) fix language issues and typos - @lucas-dclrcq
  • 573ef81dc6dd56c42ce7fe9e7916ce26324a3feb - (readme) change some url to the org - @oknozor
  • ef032d55d007092655e5368eeecd95a99f2e03dd - adjust cog bump help wording - @tranzystorek-io
  • 7fcb0bdd452880150e920521ab190e7c61835060 - add crates.io keywords and categories - @oknozor

Features

  • 128b9d0e07d094ae004c0ee75a3f98182aabe983 - (cli) add cog commit as duplicate of coco - @tranzystorek-io

Miscellaneous Chores

  • 2d046fdd2faec9b015cef96187c2745642efcab0 - (version) 4.1.0 - github-actions
  • 50063e1d1540809d8e8ef22b30768f441dca5bb2 - add @calerque to the list of contributors - @oknozor

Refactoring

  • 337c7ccd15d7e19a34582841dd0c2741403dc863 - group cog bump flags together - @tranzystorek-io
  • 13ebca567291f3d38d73eaf76d524ba00666b921 - switch arg parsing to clap v3 - @tranzystorek-io

Style

  • e9b404eb3f33eb847484aa6e9d5170a7f565f947 - (logo) add the definitive logo and visual identities - @oknozor

Tests

  • 3a3249cd0167adc5183f2a384155d5e1120a500d - duplicate coco tests for cog commit - @tranzystorek-io
  • 6f3ef7f972ad4fa98e1922676cbde530b4adc3b1 - use sealed_test to run test in parallel - @oknozor
  • fb4a2945eec1a2b5d76cea9803f673886e99d5bd - fix IT test failing when HEAD==latest tag - @oknozor

4.0.1

2 years ago

Bug Fixes

Miscellaneous Chores

Tests

4.0.0

2 years ago

Bug Fixes

Continuous Integration

Documentation

Features

Miscellaneous Chores

Performance Improvements

Refactoring

Tests

3.0.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

3 years ago

1.2.0

3 years ago