Python Semantic Release Versions Save

Automatic semantic versioning for python projects

v9.4.2

2 weeks ago

v9.4.2 (2024-04-14)

Fixes

  • Allow insecure http connections if configured (#886)

  • Prevent double url schemes urls in changelog (#676)

  • bitbucket: allow insecure http connections if configured (db13438)

  • bitbucket: correct url parsing & prevent double url schemes (5cfdb24)

  • config: add flag to allow insecure connections (db13438)

  • gitea: allow insecure http connections if configured (db13438)

  • gitea: correct url parsing & prevent double url schemes (5cfdb24)

  • github: allow insecure http connections if configured (db13438)

  • github: correct url parsing & prevent double url schemes (5cfdb24)

  • gitlab: allow insecure http connections if configured (db13438)

  • gitlab: correct url parsing & prevent double url schemes (5cfdb24)

  • version-cmd: handle HTTP exceptions more gracefully (db13438)

Build System

  • dependencies: update rich requirement from ~=12.5 to ~=13.0 (#877)

Documentation

  • configuration: update remote settings section with missing values (db13438)

Resolved Issues

v9.4.1

4 weeks ago

v9.4.1 (2024-04-06)

Fix

  • gh-actions-output: fixed trailing newline to match GITHUB_OUTPUT format (#885)

Resolved Issue

v9.4.0

1 month ago

v9.4.0 (2024-03-31)

Feature

  • gitea: derives Gitea api domain from base domain when unspecified (#675)

v9.3.1

1 month ago

v9.3.1 (2024-03-24)

Fixes

  • algorithm: handle merge-base errors gracefully (4c998b7)

  • cli-version: change implementation to only push the tag we generated (8a9da4f)

Performance

  • algorithm: simplify logs & use lookup when searching for commit & tag match (3690b95)

Resolved Issues

v9.3.0

1 month ago

v9.3.0 (2024-03-21)

Features

  • Changelog available to bundle (#779)

  • cmd-version: create changelog prior to build enabling doc bundling (37fdb28)

v9.2.2

1 month ago

v9.2.2 (2024-03-19)

Fix

  • cli: enable subcommand help even if config is invalid (91d221a)

Resolved Issue

v9.2.1

1 month ago

v9.2.1 (2024-03-19)

Fix

  • parse-git-url: handle urls with url-safe special characters (27cd93a)

v9.2.0

1 month ago

v9.2.0 (2024-03-18)

Features

  • version: add new version print flags to display the last released version and tag (814240c)

  • version-config: add option to disable 0.x.x versions (dedb3b7)

Fixes

  • changelog: make sure default templates render ending in 1 newline (0b4a45e)

  • changelog-generation: fix incorrect release timezone determination (f802446)

Build System

  • MANIFEST: fix sdist contents to include docs & tests (228347c)

  • deps: add click-option-group for grouping exclusive flags (bd892b8)

Documentation

  • configuration: clarify the major_on_zero configuration option (f7753cd)

  • configuration: add description of allow-zero-version configuration option (4028f83)

v9.1.1

2 months ago

v9.1.1 (2024-02-25)

Fix

  • parse_git_url: fix bad url with dash (1c25b8e)

v9.1.0

2 months ago

v9.1.0 (2024-02-14)

Feature

Build System

  • deps: bump minimum required tomlkit to >=0.11.0 (291aace)

Documentation

Resolved Issue