Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38046d5

Browse filesBrowse files
author
semantic-release
committed
8.6.0
Automatically generated by python-semantic-release
1 parent 2de634d commit 38046d5
Copy full SHA for 38046d5

File tree

Expand file treeCollapse file tree

3 files changed

+19
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+19
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## v8.6.0 (2023-12-22)
6+
7+
### Documentation
8+
9+
* docs: minor correction to commit-parsing documentation (#777) ([`245e878`](https://github.com/python-semantic-release/python-semantic-release/commit/245e878f02d5cafec6baf0493c921c1e396b56e8))
10+
11+
### Feature
12+
13+
* feat(utils): expand parsable valid git remote url formats (#771)
14+
15+
Git remote url parsing now supports additional formats (ssh, https, file, git) ([`cf75f23`](https://github.com/python-semantic-release/python-semantic-release/commit/cf75f237360488ebb0088e5b8aae626e97d9cbdd))
16+
17+
### Style
18+
19+
* style: beautify cf75f237360488ebb0088e5b8aae626e97d9cbdd ([`2de634d`](https://github.com/python-semantic-release/python-semantic-release/commit/2de634d6e1fed29e8ce55a1c57fd23bf838badd9))
20+
21+
522
## v8.5.2 (2023-12-19)
623

724
### Build

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "python-semantic-release"
9-
version = "8.5.2"
9+
version = "8.6.0"
1010
description = "Automatic Semantic Versioning for Python projects"
1111
requires-python = ">=3.7"
1212
license = { text = "MIT" }

‎semantic_release/__init__.py

Copy file name to clipboardExpand all lines: semantic_release/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
tags_and_versions,
2424
)
2525

26-
__version__ = "8.5.2"
26+
__version__ = "8.6.0"
2727

2828

2929
def setup_hook(argv: list[str]) -> None:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.