We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338aa30 commit 45ed1cbCopy full SHA for 45ed1cb
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Added
6
7
+- add `setuptools-scm` console_scripts entry point to make the CLI directly executable
8
+- make Mercurial command configurable by environment variable `SETUPTOOLS_SCM_HG_COMMAND`
9
10
+### Changed
11
12
+- add `pip` to test optional dependencies for improved uv venv compatibility
13
+- migrate to selectable entrypoints for better extensibility
14
+- improve typing for entry_points
15
16
+### Fixed
17
18
+- reintroduce Python 3.9 entrypoints shim for compatibility
19
+- fix #1136: update customizing.md to fix missing import
20
21
## v8.3.1
22
23
### Fixed
changelog.d/20250612_144312_me_hg_command.md
0 commit comments