8000 Releases · cocogitto/cocogitto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cocogitto/cocogitto

6.3.0

19 Mar 16:07
Compare
Choose a tag to compare

Bug Fixes

  • 53c6f5c - (commit) fixed order of commit type options (#431) - Sertonix

  • 7f3ab80 - (githooks) direct exec with shebang or fallback to sh - @oknozor

  • 30ef4c5 - fix ssh signing - @oknozor

  • e8ea261 - fixes broken link in project README - affantaufiqur

  • f2e2ee8 - set correct url for Getting Started - Kristof Mattei

Continuous Integration

Documentation

Features

Miscellaneous Chores

  • 27f1a67 - (deps) update git2 to 0.20.0 - Rui Chen

  • 9a11383 - (deps) update git2 to 0.19.0 - Rui Chen

  • 4100e6b - (deps) bump nanoid from 3.3.7 to 3.3.8 in /website (#432) - dependabot[bot]

  • cfe4fac - (typo) as been -> has been - Jx

  • 737d10c - (version) 6.3.0 - github-actions

  • e40cc76 - (workflows) no fail-fast - Rui Chen

  • 022e70a - (workflows/CI) add aarch64-apple-darwin target - Rui Chen

  • 028df7d - (workflows/Deploy) add aarch64-apple-darwin target - Rui Chen

  • a8655dc - omit chore and tests commits from changelog - @oknozor

  • f2a8663 - use schemars temp fork - @oknozor

  • 6f6304f - thanks clippy - @oknozor

  • f8cfa57 - add msrv - Rui Chen

  • c26ff39 - revert rewritte typo fix for ci - Rui Chen

  • 5ab49cb - fix typos - Rui Chen

  • 37434f2 - s/rewritte/rewrite/g - Rui Chen

  • 074ab7e - s/interpretted/interpreted/g - Rui Chen

  • a8c81a1 - s/withing/within/g - Rui Chen

  • a4c750a - s/shoud/should/g - Rui Chen

  • 7903ffc - s/uncommited/uncommitted/g - Rui Chen

  • 37a0caf - thanks clippy - @oknozor

  • 970f176 - update tests - Rui Chen

  • 4002591 - thanks clippy - @oknozor

Performance Improvements

Tests

6.2.0

28 Nov 08:35
Compare
Choose a tag to compare

Bug Fixes

Continuous Integration

Documentation

  • ab1fccb - (config) add link to cog.toml config reference to README and cog.toml - Emily Zall

  • 13ab5a3 - (website) clarify which commit types auto bump by default and how to change this config - Emily Zall

  • 7096430 - (website) fix some typos - mroetsc

  • 7f6b5f1 - (website) include MacOS install instructions on homepage - Ali Dowair

  • 3ff98b2 - migrate to vitepress - @oknozor

  • 24dd3da - update tera link in README.md - David LJ

  • 72e1f86 - correct minor typos (#396) - tjmurray

Features

  • b84247f - (settings) allow to disable default commit types - @oknozor

  • 426223e - allow to disable package tagging for monorepos - @oknozor

  • f496807 - open repo at path - Finley Thomalla

  • 07ae2ac - Add optional default version definition in the VersionDSL, the separator is a |, the default version is defined in a way that allows us to apply modifiers to it when a version is not available. The same applies for tags (we use the tag prefix defined in the settings). - Matjaz Domen Pecan

Miscellaneous Chores

  • bf0c67b - (deps-dev) bump follow-redirects from 1.15.4 to 1.15.6 in /docs - dependabot[bot]

  • 23e4310 - (documentation) More clarity in documentation, add clarification that the default cannot be used with the package keyword. - Matjaz Domen Pecan

  • 6da99a2 - (documentation) Break the lines on added documentation to make it more readable. - Matjaz Domen Pecan

  • 68c3528 - (documentation) Fleshing out the documentation about defaults. - Matjaz Domen Pecan

  • 145df03 - (documentation) add documentation for the VersionDSL default version functionality. - Matjaz Domen Pecan

  • 2283359 - (rustfmt) Forgot to run it before. - Matjaz Domen Pecan

  • 445c603 - (version) 6.2.0 - github-actions

  • ded0d4d - update docs - Jacob Torrång

  • 7d022f9 - cargo update - @oknozor

Tests

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

14 Mar 09:24
Compare
Choose a tag to compare

Bug Fixes

  • f9d3dd3 - (bump) use commit meta to determine no bump commits - Maksym Kondratenko

Continuous Integration

  • facdefb - fixed copy wrong path - ABWassim

Documentation

  • 64fc19c - (README) fix typo - Oluf Lorenzen
  • 12df7a2 - (bump) disable bump commit - ABWassim
  • dd5517b - (commits-types) bump minor and patch options - ABWassim
  • aec74df - update docs with semver build meta - David Arnold

Features

  • e6b5468 - (bump) disable bump commit - ABWassim

  • 56a8f32 - (commit) add gitsign support - @oknozor

  • 0666ffe - (commit) add and update files - ABWassim

  • 1680042 - add build version to command - David Arnold

  • 3cd580e - ssh signing for commits - @DaRacci

  • 6a3b2db - complete rework of revspec and revwalk - @oknozor

  • dde8ffe - add additional package path filtering options - Greg Fairbanks

Miscellaneous Chores

  • 9f7fcd6 - (commit) reinforce skip-ci tests and process - ABWassim

  • 01cfa4a - (deps) bump vite and vuepress in /docs - dependabot[bot]

  • 21ceb2a - (deps-dev) bump vite from 4.4.11 to 4.4.12 in /docs - dependabot[bot]

  • 398019b - (deps-dev) bump follow-redirects from 1.15.3 to 1.15.4 in /docs - dependabot[bot]

  • 19a9303 - (doc) update repo name in doc - Guillaume Gayot

  • 5021a13 - (version) 6.1.0 - github-actions

  • a3da049 - (website) add doc on how to access tag with prefix in conf - SergeJomon

  • 093306a - thanks clippy - @oknozor

  • a4403ce - update dependencies - @oknozor

  • d7edf13 - fix deprecated usage in chrono - @oknozor

  • 104d23a - thanks clippy - @oknozor

Performance Improvements

Refactoring

Tests

6.0.1

30 Nov 13:22
Compare
Choose a tag to compare

Bug Fixes

Continuous Integration

  • 8a1df55 - fix the format of release assets - Shunsuke Suzuki

Documentation

Miscellaneous Chores

  • f818bf2 - (version) 6.0.1 - github-actions

6.0.0

30 Nov 08:10
Compare
Choose a tag to compare

Bug Fixes

  • 7ed4fa7 - shortened commit when parsing into oidof - ABWassim

  • 891d55b - correctly handle bump with pre-release tags - @oknozor

Continuous Integration

Documentation

Features

  • 3a42e68 - (bump) skip-ci rework - ABWassim

  • c28d934 - add docker image - @oknozor

  • 49d586a - allow bumping with other commit types - @oknozor

  • 3346a84 - version access substitution - Ezekiel Warren

  • 17f98dc - Allow users to disable changelog generation - Billie Thompson

  • ec2c4c4 - add option to overwrite existing git-hooks - marcbull

Miscellaneous Chores

Tests

  • 4bdbe9b - (bump) fixed missing parameters - ABWassim
  • 39ebfa7 - (bump) added skip-ci tests - ABWassim
  • 9b31eae - (commit) added skip-ci tests - ABWassim
  • b471cac - add overwrite test for install_git _hook - marcbull

5.6.0

27 Sep 06:40
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

Miscellaneous Chores

5.5.0

17 Aug 14:07
Compare
Choose a tag to compare

Documentation

Features

  • 92736aa - (bump) option to specify skip-ci pattern for bump commit - Wassim Ahmed-Belkacem
  • b2d36aa - implement TryFrom support for Settings for String and &Repository - Mark S

Miscellaneous Chores

Refactoring

Style

5.4.0

23 Jun 13:01
Compare
Choose a tag to compare

5.4.0 - 2023-06-23

Bug Fixes

  • (bump) bump don't throw error on no bump types commits - (4a6a8b3) - Wassim Ahmed-Belkacem
  • (monorepo) incorrect increment method used for package bumps - (7bb3229) - @oknozor

Continuous Integration

  • (formatting) Apply cargo fmt - (2710183) - Mark S
  • (tests) Add no_coverage support when using llvm-cov on nightly - (97fd420) - Mark S
  • remove android targets - (1197d5f) - @oknozor

Documentation

Features

Miscellaneous Chores

Refactoring

Revert

  • (partial) revert addition of 'no_coverage' support and attributes - (93c9903) - Mark S

Style

  • remove unused CommitConfig::{omit,include} methods - (3ad69eb) - Mark S

Tests

  • (check) add CLI tests for running check on commit range - (e276bfa) - Sanchith Hegde
  • (check) add tests for running check on commit range - (754e54d) - Sanchith Hegde
  • (ci) add test for configurable changelog omission - (c1b070c) - Mark S
  • (coverage) add test for CommitConfig::{omit, include} methods - (dd4461d) - Mark S

New Contributors

Full Changelog: 5.3.1...5.4.0

5.3.1

23 Jan 16:11
Compare
Choose a tag to compare

Bug Fixes

Miscellaneous Chores

Tests

5.3.0

22 Jan 13:57
Compare
Choose a tag to compare

Bug Fixes

  • f8b5da6 - ignore merge commits based on parent counts - @oknozor
  • 18b9643 - signing for chore commits - DaRacci

Documentation

Features

Miscellaneous Chores

Refactoring

Tests

  • d22482e - hard code init branch to 'master' to avoid conflict with user config - @oknozor
0