Skip to content

Latest commit

 

History

History
190 lines (141 loc) · 11.8 KB

File metadata and controls

190 lines (141 loc) · 11.8 KB

Changelog

v7.19.0 (2021-08-16)

Feature

Documentation

  • parser: Documentation for scipy-parser (45ee34a)

v7.18.0 (2021-08-09)

Feature

Documentation

  • Clarify second argument of ParsedCommit (086ddc2)

v7.17.0 (2021-08-07)

Feature

v7.16.4 (2021-08-03)

Fix

  • Correct rendering of gitlab issue references (07429ec)

v7.16.3 (2021-07-29)

Fix

  • Print right info if token is not set (#360) (#361) (a275a7a)

v7.16.2 (2021-06-25)

Fix

  • Use release-api for gitlab (1ef5cab)

Documentation

  • Update trove classifiers to reflect supported versions (#344) (7578004)
  • Recommend setting a concurrency group for GitHub Actions (34b0735)

v7.16.1 (2021-06-08)

Fix

  • Tomlkit should stay at 0.7.0 (769a5f3)

v7.16.0 (2021-06-08)

Feature

v7.15.6 (2021-06-08)

Fix

v7.15.5 (2021-05-26)

Fix

v7.15.4 (2021-04-29)

Fix

  • Change log level of failed toml loading (24bb079)

v7.15.3 (2021-04-03)

Fix

  • Add venv to path in github action (583c5a1)

v7.15.2 (2021-04-03)

Fix

  • Use absolute path for venv in github action (d4823b3)
  • Set correct path for venv in action script (aac02b5)
  • Run semantic-release in virtualenv in the github action (b508ea9)

Documentation

  • Clarify that HVCS should be lowercase (da0ab0c)

v7.15.1 (2021-03-26)

Fix

  • Add support for setting build_command to "false" (520cf1e)
  • Upgrade python-gitlab range (abfacc4)

Documentation

  • Add common options to documentation (20d79a5)

v7.15.0 (2021-02-18)

Feature

  • Allow the use of .pypirc for twine uploads (#325) (6bc56b8)

Documentation

  • Add documentation for releasing on a Jenkins instance (#324) (77ad988)

v7.14.0 (2021-02-11)

Feature

Documentation

v7.13.2 (2021-01-29)

Fix

  • Fix crash when TOML has no PSR section (#319) (5f8ab99)

Documentation

v7.13.1 (2021-01-26)

Fix

  • Use multiline version_pattern match in replace (#315) (1a85af4)

v7.13.0 (2021-01-26)

Feature

  • Support toml files for version declaration (#307) (9b62a7e)

v7.12.0 (2021-01-25)

Feature

  • github: Retry GitHub API requests on failure (#314) (ac241ed)

Documentation

  • actions: PAT must be passed to checkout step too (e2d8e47)

v7.11.0 (2021-01-08)

Feature

  • print-version: Add print-version command to output version (512e3d9)

Fix

  • actions: Fix github actions with new main location (6666672)
  • Avoid Unknown bump level 0 message (8ab624c)
  • Add dot to --define option help (eb4107d)

v7.10.0 (2021-01-08)

Feature

  • build: Allow falsy values for build_command to disable build step (c07a440)

Documentation

  • Fix incorrect reference syntax (42027f0)
  • Rewrite getting started page (97a9046)

v7.9.0 (2020-12-21)

Feature

  • hvcs: Add hvcs_domain config option (ab3061a)

Fix

  • history: Coerce version to string (#298) (d4cdc3d)
  • history: Require semver >= 2.10 (5087e54)

v7.8.2 (2020-12-19)

Fix

  • cli: Skip remove_dist where not needed (04817d4)

v7.8.1 (2020-12-18)

Fix

  • logs: Fix TypeError when enabling debug logs (2591a94)
  • Filenames with unknown mimetype are now properly uploaded to github release (f3ece78)

v7.8.0 (2020-12-18)

Feature

  • Add upload_to_pypi_glob_patterns option (42305ed)

Fix

  • netrc: Prefer using token defined in GH_TOKEN instead of .netrc file (3af32a7)
  • changelog: Use "issues" link vs "pull" (93e48c9)

v7.7.0 (2020-12-12)

Feature

v7.6.0 (2020-12-06)

Feature

  • Add major_on_zero option (d324154)

Documentation

  • Add documentation for option major_on_zero (2e8b26e)

v7.5.0 (2020-12-04)

Feature

  • logs: Include scope in changelogs (#281) (21c96b6)

v7.4.1 (2020-12-04)

Fix

  • Add "changelog_capitalize" to flags (#279) (37716df)

v7.4.0 (2020-11-24)

Feature

  • Add changelog_capitalize configuration (7cacca1)

Documentation

  • Fix broken internal references (#270) (da20b9b)
  • Update links to Github docs (#268) (c53162e)

v7.3.0 (2020-09-28)

Feature

  • Generate changelog.md file (#266) (2587dfe)

Documentation