Skip to content

Commit c1059f5

Browse files
author
semantic-release
committed
8.7.0
Automatically generated by python-semantic-release
1 parent 514f558 commit c1059f5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v8.7.0 (2023-12-22)
6+
7+
### Feature
8+
9+
* feat(config): enable default environment token per hvcs (#774) ([`26528eb`](https://github.com/python-semantic-release/python-semantic-release/commit/26528eb8794d00dfe985812269702fbc4c4ec788))
10+
11+
### Style
12+
13+
* style: beautify 26528eb8794d00dfe985812269702fbc4c4ec788 ([`514f558`](https://github.com/python-semantic-release/python-semantic-release/commit/514f5580fbec0143f88d3f637be260c769136377))
14+
15+
516
## v8.6.0 (2023-12-22)
617

718
### Documentation

pyproject.toml

Lines 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.6.0"
9+
version = "8.7.0"
1010
description = "Automatic Semantic Versioning for Python projects"
1111
requires-python = ">=3.7"
1212
license = { text = "MIT" }

semantic_release/__init__.py

Lines 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.6.0"
26+
__version__ = "8.7.0"
2727

2828

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

0 commit comments

Comments
 (0)