1.1.0
·
158 commits
to main
since this release
What's Changed
- Fix
git.blame-copy
in case if merge conflict between files occurs. - Made pip commands shorter:
inv pip.install-dependencies
->inv pip.install
;inv pip.compile-dependencies
->inv pip.compile
;- From now
pip.install-dependencies
andpip.compile-dependencies
are
deprecated commands. They will be removed in next releases.
- Add
branch
,clone_params
,pull_params
,checkout_params
parameter togit.clone-repo
invocation
Pull requests
- Bump ipython from 8.20.0 to 8.21.0 by @dependabot in #67
- Bump flake8-bugbear from 24.1.17 to 24.2.6 by @dependabot in #68
- Fix git blame copy script by @yalef in #69
- Bump pre-commit from 3.6.0 to 3.6.1 by @dependabot in #70
- Bump pre-commit from 3.6.1 to 3.6.2 by @dependabot in #71
- Bump ipython from 8.21.0 to 8.22.1 by @dependabot in #72
- Bump rich from 13.7.0 to 13.7.1 by @dependabot in #74
- Make pip commands shorter by @OttoAndrey in #75
- Add
branch
,clone_params
,pull_params
,checkout_params
parameter togit.clone-repo
invocation by @TheSuperiorStanislav in #73
Full Changelog: 1.0.0...1.1.0