omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
243 stars 24 forks source link

Bump attribution from 1.5.2 to 1.6.0 #134

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps attribution from 1.5.2 to 1.6.0.

Changelog

Sourced from attribution's changelog.

v1.6.0

Feature release

  • Mark generated shortlogs as plaintext to reduce warnings (#107)
  • Add "generated by attribution" badge to generated changelogs (#109)
  • Add "generated by attribution" docstring to generated version files (#109)
  • New ignored_authors configuration option (#117)
  • New log command to list revisions since last tag (#118)
  • New debug command to dump project configuration (#117)
  • Documented all supported commands (#122)
  • Dropped support for Python 3.6; added support for Python 3.10
$ git shortlog -s v1.5.2...v1.6.0
    28  Amethyst Reese
     6  John Reese
     5  Samuel Giffard
    48  dependabot[bot]
     4  pyup.io bot
Commits
  • 97657c5 Version bump v1.6.0
  • f0b700e Switch to ufmt formatting
  • ee08593 Add rich for development/debugging
  • ad6a801 Add dependency ranges to metadata, add pessimist to GHA
  • 027fef8 Rework tomlkit usage to make mypy happy
  • 71badb3 Bump tomlkit from 0.7.0 to 0.11.4
  • 65fa9dc Merge pull request #118 from amyreese/log-command
  • 9b2c4c1 Regenerate changelog, version file
  • 75f74c4 Tweak templates, drop version from badge
  • 3efc5a7 Document new log command
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #139.