Releases: iterative/scmrepo
Releases · iterative/scmrepo
0.1.4
What's Changed
- add bandit, a security linter by @skshetry in #150
- ci: test with 3.11 in all OSes by @skshetry in #152
- cruft: update template by @pmrowla in #156
- build(deps-dev): bump types-paramiko from 2.11.6 to 2.12.0.1 by @dependabot in #153
- build(deps-dev): bump paramiko from 2.11.0 to 2.12.0 by @dependabot in #151
- build(deps-dev): bump types-mock from 4.0.15 to 4.0.15.2 by @dependabot in #146
- Wrap KeyError from fetch_refspec into SCMError. by @karajan1001 in #155
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #130
- dulwich: reraise porcelain.Error when using porcelain methods by @pmrowla in #142
- build(deps-dev): bump types-paramiko from 2.11.3 to 2.11.6 by @dependabot in #140
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #141
- Add mutli rev support for function
describe
by @karajan1001 in #145
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
What's Changed
- build(deps-dev): bump types-paramiko from 2.10.0 to 2.11.0 by @dependabot in #103
- build(deps-dev): bump pylint from 2.14.1 to 2.14.3 by @dependabot in #102
- build(deps-dev): bump pytest-mock from 3.7.0 to 3.8.1 by @dependabot in #106
- build(deps-dev): bump types-paramiko from 2.11.0 to 2.11.1 by @dependabot in #105
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #107
- build(deps-dev): bump pytest-sugar from 0.9.4 to 0.9.5 by @dependabot in #113
- build(deps-dev): bump pytest-mock from 3.8.1 to 3.8.2 by @dependabot in #112
- build(deps-dev): bump pylint from 2.14.3 to 2.14.4 by @dependabot in #109
- build(deps-dev): bump types-paramiko from 2.11.1 to 2.11.2 by @dependabot in #108
- build(deps-dev): bump pytest-test-utils from 0.0.6 to 0.0.8 by @dependabot in #116
- build(deps-dev): bump pylint from 2.14.4 to 2.14.5 by @dependabot in #115
- build(deps-dev): bump types-paramiko from 2.11.2 to 2.11.3 by @dependabot in #114
- build(deps-dev): bump mypy from 0.961 to 0.971 by @dependabot in #121
- pygit2: implement status by @dtrifiro in #118
- [skip ci]: use pypa/gh-action-pypi-publish@release/v1 by @skshetry in #124
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #125
- base on py-template by @skshetry in #126
- Add 3.11 support by @skshetry in #127
- update template by @github-actions in #128
- Revert "update template" by @efiop in #129
- Update setup.cfg by @skshetry in #135
- use iterative/py-template to update by @skshetry in #132
- dulwich: add support for git credential helpers by @dtrifiro in #138
Full Changelog: 0.0.25...0.1.0
0.0.25
0.0.24
0.0.23
What's Changed
- dulwich: file:// URLs are now supported on windows (@dtrifiro #68, jelmer/dulwich#965)
- git: add
untracked_files
kwarg tostatus()
(@dtrifiro #69) - git: fix windows install hook (@daavoo #71)
- dulwich: use untracked_files="no" in is_dirty (@dtrifiro #74)
- pygit: wrap exceptions from
merge_analysis
(@pmrowla #75) - gitpython: wrap exceptions in
active_branch
(@pmrowla #79) - ci: use
setuptools_scm
(@skshetry #76) - ci: force color for nox, allow only one runs per commit/PR (@skshetry #77)
- ci: bump timeout to 15m (@dtrifiro #70)
- tests: add
test_iter_remote_refs
(@dtrifiro #66)
Full Changelog: 0.0.22...0.0.23