File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " python-semantic-release"
9- version = " 8.6 .0"
9+ version = " 8.7 .0"
1010description = " Automatic Semantic Versioning for Python projects"
1111requires-python = " >=3.7"
1212license = { text = " MIT" }
Original file line number Diff line number Diff line change 2323 tags_and_versions ,
2424)
2525
26- __version__ = "8.6 .0"
26+ __version__ = "8.7 .0"
2727
2828
2929def setup_hook (argv : list [str ]) -> None :
You can’t perform that action at this time.
0 commit comments