Commit Briefs
Release 0.22.1 (tags/dulwich-0.22.1)
Handle alternate case for worktreeconfig setting (#1286)
`extensions.worktreeconfig` was checked in a way that was not case-insensitive, but git config settings should be case insensitive. This behavior led to problems since the documentation describes the setting as `worktreeConfig` and GitHub Actions started setting the option with this casing. Fixes https://github.com/jelmer/dulwich/issues/1285
Merge pull request #1284 from jelmer/pypi-deploys
Fix pypi deployments
Handle alternate case for worktreeconfig setting
`extensions.worktreeconfig` was checked in a way that was not case-insensitive, but git config settings should be case insensitive. This behavior led to problems since the documentation describes the setting as `worktreeConfig` and GitHub Actions started setting the option with this casing. Fixes https://github.com/jelmer/dulwich/issues/1285
Merge pull request #1283 from jelmer/start-0.22.1
Start on 0.22.1
Release 0.22.0 (tags/dulwich-0.22.0)
Merge pull request #1282 from jelmer/install-tests-package
Fix installation of tests package
Merge pull request #1281 from jelmer/cargo-versions
Set correct version for rust modules
Fix installation of tests package
We still need this for the utils module
Merge pull request #1280 from jelmer/dependabot/cargo/pyo3-0.21.2
Bump pyo3 from 0.21.1 to 0.21.2
Bump pyo3 from 0.21.1 to 0.21.2
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request #1278 from jelmer/no-docs
Stop installing docs/ as part of package code
Merge pull request #1277 from jelmer/move-tests
Move tests to root. Fixes #1024
Stop installing docs/ as part of package code
Fixes #1248
Merge pull request #1275 from jelmer/cibuildwheel
cibuildwheel: define options in pyproject.toml