Releases: w0rmr1d3r/cloner
Releases · w0rmr1d3r/cloner
1.10.0
Changes
- Merge workflows for a more robust CI (#357) @w0rmr1d3r
- Rearrange the --max-threads option (#347) @w0rmr1d3r
Enhancements
- Add option to exclude repos (#372) @w0rmr1d3r
- Handle exit codes when cloning (#358) @w0rmr1d3r
- Add click progressbar (#349) @w0rmr1d3r
- Able to ignore templates and forks when cloning (#348) @w0rmr1d3r
- Support Python 3.13 (#345) @w0rmr1d3r
Security Fixes
- Bump urllib3 from 1.26.18 to 1.26.20 (#338) @dependabot[bot]
Documentation updates
- Update feature request template (#375) @w0rmr1d3r
- Add PePy badge (#373) @w0rmr1d3r
- Update docs for known issues (#346) @w0rmr1d3r
Bumps
- Bump ruff to 0.1.15 and update its constraint (#376) @w0rmr1d3r
- Bump charset-normalizer from 3.3.2 to 3.4.1 (#369) @dependabot[bot]
- Bump python-dateutil from 2.8.2 to 2.9.0.post0 (#311) @dependabot[bot]
- Bump wheel from 0.44.0 to 0.45.1 (#359) @dependabot[bot]
- Freeze dev dependencies (#374) @w0rmr1d3r
- Bump pylint from 3.0.3 to 3.3.3 (#366) @dependabot[bot]
- Bump tomli from 2.0.2 to 2.2.1 (#362) @dependabot[bot]
- Bump lazy-object-proxy from 1.9.0 to 1.10.0 (#361) @dependabot[bot]
- Bump types-pyyaml from 6.0.12.12 to 6.0.12.20241230 (#368) @dependabot[bot]
- Bump pyyaml from 6.0.1 to 6.0.2 (#364) @dependabot[bot]
- Bump pip-tools from 7.3.0 to 7.4.1 (#353) @dependabot[bot]
- Bump pyproject-hooks from 1.0.0 to 1.2.0 (#356) @dependabot[bot]
- Bump responses from 0.23.3 to 0.25.3 (#354) @dependabot[bot]
- Bump tomli from 2.0.1 to 2.0.2 (#355) @dependabot[bot]
- Bump coverage from 7.4.1 to 7.6.4 (#351) @dependabot[bot]
- Bump exceptiongroup from 1.2.0 to 1.2.2 (#350) @dependabot[bot]
- Bump requests from 2.31.0 to 2.32.3 (#327) @dependabot[bot]
- Bump typing-extensions from 4.9.0 to 4.12.2 (#331) @dependabot[bot]
- Bump pytest from 7.4.3 to 8.1.1 (#312) @dependabot[bot]
- Bump faker from 19.6.2 to 24.8.0 (#317) @dependabot[bot]
- Bump wheel from 0.42.0 to 0.44.0 (#337) @dependabot[bot]
- Bump pluggy from 1.4.0 to 1.5.0 (#323) @dependabot[bot]
- Bump dill from 0.3.7 to 0.3.9 (#342) @dependabot[bot]
- Bump urllib3 from 1.26.18 to 1.26.20 (#338) @dependabot[bot]
- Bump requests from 2.31.0 to 2.32.0 (#324) @dependabot[bot]
- Bump certifi from 2023.11.17 to 2024.7.4 (#333) @dependabot[bot]
- Bump github/codeql-action from 2 to 3 (#295) @dependabot[bot]
- Bump actions/dependency-review-action from 3 to 4 (#302) @dependabot[bot]
- Bump actions/setup-python from 4 to 5 (#294) @dependabot[bot]
- Bump release-drafter/release-drafter from 5 to 6 (#307) @dependabot[bot]
1.9.4
Changes
Enhancements
- Support for Python 3.12 (#266) @w0rmr1d3r
Security Fixes
- Bump idna from 3.4 to 3.7 (#316) @dependabot
- Bump black from 23.3.0 to 24.3.0 (#310) @dependabot
Documentation updates
- Add Security Fixes section to release drafter (#268) @w0rmr1d3r
Bumps
- Bump exceptiongroup from 1.1.3 to 1.2.0 (#296) @dependabot
- Bump platformdirs from 4.0.0 to 4.2.0 (#297) @dependabot
- Bump idna from 3.4 to 3.7 (#316) @dependabot
- Bump pylint from 3.0.2 to 3.0.3 (#292) @dependabot
- Bump isort from 5.12.0 to 5.13.2 (#289) @dependabot
- Bump pathspec from 0.11.2 to 0.12.1 (#290) @dependabot
- Bump pluggy from 1.3.0 to 1.4.0 (#309) @dependabot
- Bump black from 23.3.0 to 24.3.0 (#310) @dependabot
- Bump tomlkit from 0.12.1 to 0.12.3 (#288) @dependabot
- Bump coverage from 7.3.2 to 7.4.1 (#300) @dependabot
- Bump typing-extensions from 4.7.1 to 4.9.0 (#284) @dependabot
- Bump certifi from 2023.7.22 to 2023.11.17 (#287) @dependabot
- Bump ruff from 0.1.0 to 0.1.7 (#282) @dependabot
- Update requirements-dev.txt (#283) @w0rmr1d3r
- Bump build from 0.10.0 to 1.0.3 (#272) @dependabot
- Bump platformdirs from 3.10.0 to 4.0.0 (#279) @dependabot
- Bump packaging from 23.1 to 23.2 (#274) @dependabot
- Bump charset-normalizer from 3.2.0 to 3.3.2 (#273) @dependabot
- Bump wheel from 0.41.2 to 0.42.0 (#280) @dependabot
- Bump pathspec from 0.11.1 to 0.11.2 (#269) @dependabot
- Bump pytest from 7.4.0 to 7.4.3 (#271) @dependabot
- Bump ruff from 0.0.277 to 0.1.0 (#265) @dependabot
- Bump pip-tools from 6.13.0 to 7.3.0 (#246) @dependabot
- Bump actions/checkout from 3 to 4 (#256) @dependabot
1.9.3
Changes
- Able to ignore archived repos when cloning (#217) @w0rmr1d3r
- Repository now accepts is_template and archived (#216) @w0rmr1d3r
- Obtain repos doesn't use a queue (#215) @w0rmr1d3r
- Move number of system cores not retrieved to variable (#210) @w0rmr1d3r
- Replace some dev tools with ruff (#208) @w0rmr1d3r
- Fix typo in token param description (#191) @w0rmr1d3r
Enhancements
- Add color to banner by using click (#229) @w0rmr1d3r
Fixes
- Fix KeyError on unnecessary repo value when adding it to the queue (#213) @w0rmr1d3r
Security Fixes
- Bump urllib3 from 1.26.17 to 1.26.18 (#264) @dependabot
- Bump urllib3 from 1.26.16 to 1.26.17 (#261) @dependabot
Documentation updates
- Update release drafter sections (#228) @w0rmr1d3r
- Update ruff list of selected rules and fix warnings (#230) @w0rmr1d3r
- Configure docformatter and update documentation lint (#214) @w0rmr1d3r
- Update usage instructions (#209) @w0rmr1d3r
- Adjust release drafter for dependabot (#194) @w0rmr1d3r
- Update pull_request_template.md (#195) @w0rmr1d3r
- Remove custom labels from dependabot (#193) @w0rmr1d3r
- Add funding url to package (#192) @w0rmr1d3r
Bumps
- Bump exceptiongroup from 1.1.1 to 1.1.3 (#251) @dependabot
- Bump wheel from 0.40.0 to 0.41.2 (#255) @dependabot
- Bump click from 8.1.6 to 8.1.7 (#254) @dependabot
- Bump pluggy from 1.2.0 to 1.3.0 (#248) @dependabot
- Bump faker from 19.3.0 to 19.6.2 (#259) @dependabot
- Bump coverage from 7.2.7 to 7.3.2 (#262) @dependabot
- Bump types-pyyaml from 6.0.12.10 to 6.0.12.12 (#258) @dependabot
- Bump dill from 0.3.6 to 0.3.7 (#249) @dependabot
- Bump platformdirs from 3.8.0 to 3.10.0 (#236) @dependabot
- Bump faker from 18.11.2 to 19.3.0 (#245) @dependabot
- Bump click from 8.1.3 to 8.1.6 (#239) @dependabot
- Bump pyyaml from 6.0 to 6.0.1 (#241) @dependabot
- Bump docformatter from 1.7.3 to 1.7.5 (#235) @dependabot
- Bump tomlkit from 0.11.8 to 0.12.1 (#237) @dependabot
- Bump responses from 0.23.1 to 0.23.3 (#244) @dependabot
- Bump charset-normalizer from 3.1.0 to 3.2.0 (#240) @dependabot
- Bump astroid from 2.15.5 to 2.15.6 (#233) @dependabot
- Bump certifi from 2023.5.7 to 2023.7.22 (#232) @dependabot
- Bump ruff from 0.0.270 to 0.0.277 (#227) @dependabot
- Bump platformdirs from 3.5.1 to 3.8.0 (#220) @dependabot
- Bump pytest from 7.3.1 to 7.4.0 (#223) @dependabot
- Bump pluggy from 1.0.0 to 1.2.0 (#222) @dependabot
- Bump faker from 18.9.0 to 18.11.2 (#224) @dependabot
- Bump typing-extensions from 4.6.2 to 4.7.1 (#225) @dependabot
- Bump docformatter from 1.7.1 to 1.7.3 (#218) @dependabot
- Bump typing-extensions from 4.5.0 to 4.6.2 (#207) @dependabot
- Bump urllib3 from 1.26.15 to 1.26.16 (#206) @dependabot
- Bump responses from 0.22.0 to 0.23.1 (#202) @dependabot
- Bump faker from 18.6.0 to 18.9.0 (#201) @dependabot
- Bump certifi from 2022.12.7 to 2023.5.7 (#197) @dependabot
- Bump platformdirs from 3.2.0 to 3.5.1 (#199) @dependabot
- Bump tomlkit from 0.11.6 to 0.11.8 (#200) @dependabot
- Bump coverage from 7.2.5 to 7.2.7 (#204) @dependabot
- Bump astroid from 2.15.4 to 2.15.5 (#205) @dependabot
- Bump packaging from 23.0 to 23.1 (#198) @dependabot
- Bump deprecated from 1.2.13 to 1.2.14 (#196) @dependabot
- Bump charset-normalizer from 2.1.1 to 3.1.0 (#180) @dependabot
1.9.2
Changes
Security fixes
- Bump requests from 2.29.0 to 2.31.0 (#190) @dependabot
Bumps
- Bump faker from 18.3.1 to 18.6.0 (#182) @dependabot
- Bump pip-tools from 6.12.3 to 6.13.0 (#187) @dependabot
- Bump requests from 2.28.2 to 2.29.0 (#181) @dependabot
- Bump astroid from 2.15.2 to 2.15.4 (#188) @dependabot
- Bump autoflake from 2.0.2 to 2.1.1 (#186) @dependabot
- Bump black from 23.1.0 to 23.3.0 (#185) @dependabot
- Bump pytest from 7.2.2 to 7.3.1 (#189) @dependabot
- Bump pathspec from 0.11.0 to 0.11.1 (#184) @dependabot
- Bump coverage from 7.2.2 to 7.2.5 (#183) @dependabot
- Bump urllib3 from 1.26.14 to 1.26.15 (#171) @dependabot
- Bump astroid from 2.14.2 to 2.15.2 (#179) @dependabot
- Bump platformdirs from 3.1.1 to 3.2.0 (#173) @dependabot
- Bump wheel from 0.38.4 to 0.40.0 (#172) @dependabot
- Bump autoflake from 2.0.1 to 2.0.2 (#170) @dependabot
- Bump faker from 17.4.0 to 18.3.1 (#178) @dependabot
- Bump types-toml from 0.10.8.5 to 0.10.8.6 (#177) @dependabot
- Bump coverage from 7.2.1 to 7.2.2 (#169) @dependabot
- Bump exceptiongroup from 1.1.0 to 1.1.1 (#175) @dependabot
- Bump pytest from 7.2.1 to 7.2.2 (#174) @dependabot
1.9.1
Changes
Enhancements
- Update dependabot PR limit (#160) @w0rmr1d3r
- Fix release drafter for PR labels (#153) @w0rmr1d3r
- Add autoflake for format and lint (#152) @w0rmr1d3r
- Add release drafter and PR template (#143) @w0rmr1d3r
Documentation updates
- Create FUNDING.yml (#168) @w0rmr1d3r
- Add some docstrings in banner file (#144) @w0rmr1d3r
Bumps
- Bump pylint from 2.16.1 to 2.16.4 (#167) @dependabot
- Bump platformdirs from 2.6.2 to 3.1.1 (#165) @dependabot
- Bump coverage from 7.2.0 to 7.2.1 (#164) @dependabot
- Bump pip-tools from 6.12.2 to 6.12.3 (#162) @dependabot
- Bump mypy-extensions from 0.4.3 to 1.0.0 (#157) @dependabot
- Bump typing-extensions from 4.4.0 to 4.5.0 (#159) @dependabot
- Bump faker from 17.3.0 to 17.4.0 (#156) @dependabot
- Bump isort from 5.11.4 to 5.12.0 (#158) @dependabot
- Bump wrapt from 1.14.1 to 1.15.0 (#155) @dependabot
- Bump black from 22.12.0 to 23.1.0 (#151) @dependabot
- Bump coverage from 7.0.5 to 7.2.0 (#150) @dependabot
- Bump types-toml from 0.10.8.1 to 0.10.8.5 (#146) @dependabot
- Bump faker from 16.6.0 to 17.3.0 (#154) @dependabot
- Bump pip-tools from 6.12.1 to 6.12.2 (#147) @dependabot
- Bump astroid from 2.14.1 to 2.14.2 (#148) @dependabot
- Bump astroid from 2.13.3 to 2.14.1 (#140) @dependabot
1.9.0
What's New
- Add the --max-threads flag and warns when given threads differ on system cores by @w0rmr1d3r in #133
- Add banner by @w0rmr1d3r in #135
- Move to system call by @w0rmr1d3r in #136
Small improvements
- Improve coverage and pylint score for repository by @w0rmr1d3r in #131
- Migrate to pyproject.toml by @w0rmr1d3r in #130
- Fix Makefile commands by @w0rmr1d3r in #132
- Add docformatter and format docstrings by @w0rmr1d3r in #134
- Update package classifiers by @w0rmr1d3r in #137
- Add lint improvements by @w0rmr1d3r in #141
- update order of cli messages by @w0rmr1d3r in #142
Bumps
- Bump pathspec from 0.10.3 to 0.11.0 by @dependabot in #139
- Update setuptools in the build-system requirements by @w0rmr1d3r in #138
Full Changelog: 1.8.1...1.9.0
1.8.1
What's Changed
- Add PyLint by @w0rmr1d3r in #129
With that, fixes PyLint warnings
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
- Able to pass options to the git clone command by @w0rmr1d3r in #125
- Small code improvements by @w0rmr1d3r in #128
- Bump dependencies by @w0rmr1d3r in #127
- Add black config and format code by @w0rmr1d3r in #126
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Able to clone on a different path by @w0rmr1d3r in #122
- Update dev dependencies constraints by @w0rmr1d3r in #123
- Package cleaning and doc updates by @w0rmr1d3r in #124
Full Changelog: 1.6.0...1.7.0
1.6.0
New features
- Able to clone from GitHub Enterprise by @w0rmr1d3r in #121
Documentation updates
- Remove GitHub projects by @w0rmr1d3r in #106
- Update contributing file by @w0rmr1d3r in #108
- Update security.md with current versions by @w0rmr1d3r in #109
- Remove Treeware by @w0rmr1d3r in #107
Improved CI with
- Create dependency-review.yml by @w0rmr1d3r in #111
- Remove Snyk by @w0rmr1d3r in #113
- Coverage check in 1 Python version by @w0rmr1d3r in #110
- Readd codeql.yml by @w0rmr1d3r in #112
- Update codeql.yml by @w0rmr1d3r in #120
Bumps
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #114
- Bump pip-tools from 6.10.0 to 6.12.1 by @dependabot in #115
- Bump attrs from 22.1.0 to 22.2.0 by @dependabot in #117
- Bump platformdirs from 2.6.0 to 2.6.2 by @dependabot in #118
- Bump coverage from 6.5.0 to 7.0.4 by @dependabot in #119
Full Changelog: 1.5.0...1.6.0