Skip to content

Latest commit

 

History

History
362 lines (269 loc) · 23.5 KB

CHANGELOG.md

File metadata and controls

362 lines (269 loc) · 23.5 KB

Changelog

v7.32.1 (2022-10-07)

Fix

  • Corrections for deprecation warnings (#505) (d47afb6)

Documentation

v7.32.0 (2022-09-25)

Feature

  • Add setting for enforcing textual changelog sections (#502) (988437d)

Documentation

  • Correct documented default behaviour for commit_version_number (#497) (ffae2dc)

v7.31.4 (2022-08-23)

Fix

  • Account for trailing newlines in commit messages (#495) (111b151)

v7.31.3 (2022-08-22)

Fix

  • Use commit_subject when searching for release commits (#488) (3849ed9)

v7.31.2 (2022-07-29)

Fix

  • Add better handling of missing changelog placeholder (e7a0e81)
  • Add repo=None when not in git repo (40be804)

Documentation

  • Add example for pyproject.toml (2a4b8af)

v7.31.1 (2022-07-29)

Fix

  • Update git email in action (0ece6f2)

v7.31.0 (2022-07-29)

Feature

  • Override repository_url w REPOSITORY_URL env var (#439) (cb7578c)
  • Add prerelease-patch and no-prerelease-patch flags for whether to auto-bump prereleases (b4e5b62)

Fix

  • 🐛 fix get_current_release_version for tag_only version_source (cad09be)

v7.30.2 (2022-07-26)

Fix

  • Declare additional_options as action inputs (#481) (cb5d8c7)

v7.30.1 (2022-07-25)

Fix

  • Don't use commit_subject for tag pattern matching (#480) (ac3f11e)

v7.30.0 (2022-07-25)

Feature

  • Add additional_options input for GitHub Action (#477) (aea60e3)

Fix

v7.29.7 (2022-07-24)

Fix

  • Ignore dependency version bumps when parsing version from commit logs (#476) (51bcb78)

v7.29.6 (2022-07-15)

Fix

  • Allow changing prerelease tag using CLI flags (#466) (395bf4f)

v7.29.5 (2022-07-14)

Fix

  • publish: Get version bump for current release (#467) (dd26888)
  • Add packaging module requirement (#469) (b99c9fa)

v7.29.4 (2022-06-29)

Fix

v7.29.3 (2022-06-26)

Fix

  • Ensure that assets can be uploaded successfully on custom GitHub servers (#458) (32b516d)

v7.29.2 (2022-06-20)

Fix

  • Ensure should_bump checks against release version if not prerelease (#457) (da0606f)

v7.29.1 (2022-06-01)

Fix

  • Capture correct release version when patch has more than one digit (#448) (426cdc7)

v7.29.0 (2022-05-27)

Feature

  • Allow using ssh-key to push version while using token to publish to hvcs (#419) (7b2dffa)

Fix

v7.28.1 (2022-04-14)

Fix

  • Fix getting current version when version_source=tag_only (#437) (b247936)

v7.28.0 (2022-04-11)

Feature

  • Add tag_only option for version_source (#436) (cf74339)

v7.27.1 (2022-04-03)

Fix

  • prerelase: Pass prerelease option to get_current_version (#432) (aabab0b)

v7.27.0 (2022-03-15)

Feature

v7.26.0 (2022-03-07)

Feature

v7.25.2 (2022-02-24)

Fix

  • gitea: Use form-data from asset upload (#421) (e011944)

v7.25.1 (2022-02-23)

Fix

  • gitea: Build status and asset upload (#420) (57db81f)

v7.25.0 (2022-02-17)

Feature

Documentation

v7.24.0 (2022-01-24)

Feature

  • Include additional changes in release commits (3e34f95)

v7.23.0 (2021-11-30)

Feature

  • Support Github Enterprise server (b4e01f1)

v7.22.0 (2021-11-21)

Feature

  • parser_angular: Allow customization in parser (298eebb)

Fix

  • Address PR feedback for parser_angular.py (f7bc458)

v7.21.0 (2021-11-21)

Feature

  • Use gitlab-ci or github actions env vars (8ca8dd4)

Fix

  • Remove invalid repository exception (746b62d)

v7.20.0 (2021-11-21)

Feature

  • Rewrite Twine adapter for uploading to artifact repositories (cfb20af)
  • Allow custom environment variable names (#392) (372cda3)
  • repository: Add to settings artifact repository (f4ef373)

Fix

  • Mypy errors in vcs_helpers (13ca0fe)
  • Skip removing the build folder if it doesn't exist (8e79fdc)
  • Don't use linux commands on windows (#393) (5bcccd2)

Documentation

  • Clean typos and add section for repository upload (1efa18a)

v7.19.2 (2021-09-04)

Fix

v7.19.1 (2021-08-17)

Fix

  • Add get_formatted_tag helper instead of hardcoded v-prefix in the git tags (1a354c8)

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