Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v9.0.0

### Breaking

Expand All @@ -16,6 +16,7 @@
- fix #987: expand documentation on git archival files and add cli tools for good defaults
- fix #311: document github/gitlab ci pipelines that enable auto-upload to test-pypi/pypi
- fix #1022: allow `version_keyword` to override `infer_version` when configuration differs
- fix #554: document `fallback_root` parameter in programmatic usage and configuration


### Changed
Expand Down Expand Up @@ -53,6 +54,10 @@
- fix #873: don't infer version in cli if --no-version is given
- fix #535: accept tags from a release action in the gh ui
- fix #1073: explain namespaces for release-branch-semver
- fix #1052: use consistent node hash length across all SCM backends
- fix #1045: reindent the `__all__` in the version template for better readability
- fix #968: harden environment override finding with better normalization and typo suggestions
- fix #846: add support for failing on missing submodules

## v8.3.1

Expand Down
Loading