Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump towncrier from 19.2.0 to 21.3.0 #577

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2021

Bumps towncrier from 19.2.0 to 21.3.0.

Changelog

Sourced from towncrier's changelog.

towncrier 21.3.0 (2021-04-02)

No significant changes since the previous release candidate.

towncrier 21.3.0.rc1 (2021-03-21)

Features

  • Ticket number from file names will be stripped down to avoid ticket links such as [#007](https://github.com/hawkowl/towncrier/issues/007). ([#126](https://github.com/hawkowl/towncrier/issues/126) <https://github.com/hawkowl/towncrier/issues/126>_)
  • Allow definition of the project version and name in the configuration file. This allows use of towncrier seamlessly with non-Python projects. ([#165](https://github.com/hawkowl/towncrier/issues/165) <https://github.com/hawkowl/towncrier/issues/165>_)
  • Improve news fragment file name parsing to allow using file names like 123.feature.1.ext which are convenient when one wants to use an appropriate extension (e.g. rst, md) to enable syntax highlighting. ([#173](https://github.com/hawkowl/towncrier/issues/173) <https://github.com/hawkowl/towncrier/issues/173>_)
  • The new --edit option of the create subcommand launches an editor for entering the contents of the newsfragment. ([#275](https://github.com/hawkowl/towncrier/issues/275) <https://github.com/hawkowl/towncrier/issues/275>_)
  • CPython 3.8 and 3.9 are now part of our automated test matrix and are officially supported. ([#291](https://github.com/hawkowl/towncrier/issues/291) <https://github.com/hawkowl/towncrier/issues/291>_)
  • When searching for the project, first check for an existing importable instance. This helps if the version is only available in the installed version and not the source. ([#297](https://github.com/hawkowl/towncrier/issues/297) <https://github.com/hawkowl/towncrier/issues/297>_)
  • Support building with PEP 517. ([#314](https://github.com/hawkowl/towncrier/issues/314) <https://github.com/hawkowl/towncrier/issues/314>_)

Bugfixes

  • Configuration errors found during command line execution now trigger a message to stderr and no longer show a traceback. ([#84](https://github.com/hawkowl/towncrier/issues/84) <https://github.com/hawkowl/towncrier/issues/84>_)
  • A configuration error is triggered when the newsfragment files couldn't be discovered. ([#85](https://github.com/hawkowl/towncrier/issues/85) <https://github.com/hawkowl/towncrier/issues/85>_)
  • Invoking towncrier as python -m towncrier works. ([#163](https://github.com/hawkowl/towncrier/issues/163) <https://github.com/hawkowl/towncrier/issues/163>_)
  • check subcommand defaults to UTF-8 encoding when sys.stdout.encoding is None. This happens, for example, with Python 2 on GitHub Actions or when the output is piped. ([#175](https://github.com/hawkowl/towncrier/issues/175) <https://github.com/hawkowl/towncrier/issues/175>_)
  • Specifying title_format disables default top line creation to avoid duplication. ([#180](https://github.com/hawkowl/towncrier/issues/180) <https://github.com/hawkowl/towncrier/issues/180>_)

Improved Documentation

  • The README now mentions the possibility to name the configuration file towncrier.toml (in addition to pyproject.toml). ([#172](https://github.com/hawkowl/towncrier/issues/172) <https://github.com/hawkowl/towncrier/issues/172>_)
  • start_line corrected to start_string in the readme to match the long standing implementation. ([#277](https://github.com/hawkowl/towncrier/issues/277) <https://github.com/hawkowl/towncrier/issues/277>_)

towncrier 19.9.0 (2021-03-20)

No significant changes.

... (truncated)

Commits

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 dependabot bot requested a review from asvetlov as a code owner April 6, 2021 06:05
@dependabot dependabot bot added autosquash dependencies Pull requests that update a dependency file labels Apr 6, 2021
@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #577 (36aed32) into master (d265ed8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #577   +/-   ##
=======================================
  Coverage   93.78%   93.78%           
=======================================
  Files           5        5           
  Lines         499      499           
=======================================
  Hits          468      468           
  Misses         31       31           
Flag Coverage Δ
unit 93.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d265ed8...36aed32. Read the comment docs.

@aio-libs-github-bot aio-libs-github-bot bot merged commit ea74a0d into master Apr 6, 2021
@aio-libs-github-bot aio-libs-github-bot bot deleted the dependabot/pip/towncrier-21.3.0 branch April 6, 2021 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosquash dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants