supabase-community / realtime-py

A Python Client for Phoenix Channels
MIT License
118 stars 47 forks source link

build(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.6.0 #130

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps python-semantic-release/python-semantic-release from 9.4.1 to 9.6.0.

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.6.0 (2024-04-29)

Features

  • Changelog filters are specialized per vcs type (#890)

  • changelog: changelog filters are hvcs focused (76ed593)

  • changelog-context: add flag to jinja env for which hvcs is available (76ed593)

  • changelog-gitea: add issue url filter to changelog context (76ed593)

  • changelog-github: add issue url filter to changelog context (76ed593)

  • version-cmd: add --as-prerelease option to force the next version to be a prerelease (2acb5ac)

Fixes

  • Correct version --prerelease use & enable --as-prerelease (#647)

  • github: correct changelog filter for pull request urls (76ed593)

  • parser-custom: gracefully handle custom parser import errors (67f6038)

  • version-cmd: correct --prerelease use (2acb5ac)

Documentation

  • changelog-context: explain new hvcs specific context filters (76ed593)

  • commands: update version command options definition about prereleases (2acb5ac)

Resolved Issues

  • #639: semantic-release version --prerelease does not force a prerelease version bump

v9.5.0 (2024-04-23)

Features

  • Extend support to on-prem GitHub Enterprise Server (#896)

  • github: extend support to on-prem GitHub Enterprise Server (4fcb737)

Resolved Issues

  • #895: Version Command failed Create Release step under Github Enterprise VCS

v9.4.2 (2024-04-14)

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v9.6.0 (2024-04-29)

Feature

  • feat: changelog filters are specialized per vcs type (#890)

  • test(github): sync pr url expectation with GitHub api documentation

  • fix(github): correct changelog filter for pull request urls

  • refactor(hvcs-base): change to an abstract class & simplify interface

  • refactor(remote-hvcs-base): extend the base abstract class with common remote base class

  • refactor(github): adapt to new abstract base class

  • refactor(gitea): adapt to new abstract base class

  • refactor(gitlab): adapt to new abstract base class

  • refactor(bitbucket): adapt to new abstract base class

  • refactor(cmds): prevent hvcs from executing if not remote hosted vcs

  • feat(changelog): changelog filters are hvcs focused

  • test(hvcs): add validation for issue_url generation

  • feat(changelog-github): add issue url filter to changelog context

  • feat(changelog-gitea): add issue url filter to changelog context

  • refactor(cmd-version): consolidate asset uploads with release creation

  • style: resolve ruff errors

  • feat(changelog-context): add flag to jinja env for which hvcs is available

  • test(changelog-context): demonstrate per hvcs filters upon render

  • docs(changelog-context): explain new hvcs specific context filters

  • refactor(config): adjust default token resolution w/ subclasses (76ed593)

Fix

  • fix(parser-custom): gracefully handle custom parser import errors (67f6038)

  • fix: correct version --prerelease use & enable --as-prerelease (#647)

... (truncated)

Commits
  • 02fa4d2 9.6.0
  • e535e00 style: beautify formatting
  • 67f6038 fix(parser-custom): gracefully handle custom parser import errors
  • f783b0e test(parser-custom): add custom parser import & initialize validation
  • 5f8b7a1 test(fixtures): add fixture for custom parser use
  • f683bc5 refactor(parser-base): maintain current compatibility w/ custom parsers
  • 41ce1cb style: beautify formatting
  • a805183 test(parser-scipy): refactor for decreased scipy testing duration
  • 99859c0 test(parser): adapt tests to new create commit fixture
  • 5485d45 test(parser-tag): adapt tests to updated fixtures & option initialization
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 1 month ago

Superseded by #137.