Releases: FollowTheProcess/pytoil
Releases · FollowTheProcess/pytoil
v0.19.0
Changes
🚀 Features
- Use pydantic for config validation (#452) @FollowTheProcess
📚 Documentation
- Add dark mode to docs (#451) @FollowTheProcess
📦 Dependencies
- Bump identify from 2.4.3 to 2.4.4 (#450) @dependabot
v0.18.2
Changes
🪲 Fixes
- Fix non-aligned text during checkout (#444) @FollowTheProcess
🚨 Testing
- Address pytest_asyncio strict warning (#445) @FollowTheProcess
👷 Continuous Integration
- Add clean nox session (#446) @FollowTheProcess
📚 Documentation
- Update docs with recent changes (#448) @FollowTheProcess
- Take alpha warning off README.md (#447) @FollowTheProcess
- Fix emoji in README (#438) @FollowTheProcess
📦 Dependencies
- Bump pytest-asyncio from 0.16.0 to 0.17.0 (#442) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#443) @dependabot
- Bump types-aiofiles from 0.8.2 to 0.8.3 (#441) @dependabot
- Bump flake8-bugbear from 21.11.29 to 22.1.11 (#440) @dependabot
- Bump identify from 2.4.2 to 2.4.3 (#439) @dependabot
- Bump anyio from 3.4.0 to 3.5.0 (#437) @dependabot
- Bump mkdocs-material from 8.1.5 to 8.1.6 (#436) @dependabot
- Bump nox from 2021.10.1 to 2022.1.7 (#435) @dependabot
v0.18.1
Changes
🐎 Performance
- Drop pydantic and use slots on config (#428) @FollowTheProcess
- Increase performance with slots (#427) @FollowTheProcess
🔨 Refactoring
- Load config once and pass down to all commands in click context (#426) @FollowTheProcess
- Rename Config.from_file to Config.load (#425) @FollowTheProcess
📦 Dependencies
- Bump mkdocs-material from 8.1.4 to 8.1.5 (#431) @dependabot
- Bump types-aiofiles from 0.8.1 to 0.8.2 (#430) @dependabot
- Bump mypy from 0.930 to 0.931 (#433) @dependabot
- Bump rich from 10.16.2 to 11.0.0 (#432) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#434) @dependabot
- Bump types-pyyaml from 6.0.2 to 6.0.3 (#429) @dependabot
v0.18.0
Changes
💥 Breaking Changes
- Go python 3.9+ only (#424) @FollowTheProcess
🪲 Fixes
- Fix common packages inclusion in pytoil new (#421) @FollowTheProcess
👷 Continuous Integration
- Add flake8-bugbear linting (#422) @FollowTheProcess
- Add pre-commit linting (#424) @FollowTheProcess
💄 Style
- Use future annotations everywhere (#423) @FollowTheProcess
v0.17.0
Changes
🚀 Features
- Change python virtual environment creation from venv to virtualenv (#420) @FollowTheProcess
- Add a show forks command to view forked projects (#416) @FollowTheProcess
📦 Dependencies
- Bump types-aiofiles from 0.8.0 to 0.8.1 (#419) @dependabot
- Bump httpx from 0.21.2 to 0.21.3 (#418) @dependabot
- Bump types-pyyaml from 6.0.1 to 6.0.2 (#417) @dependabot
- Bump httpx from 0.21.1 to 0.21.2 (#415) @dependabot
- Bump httpcore from 0.14.3 to 0.14.4 (#414) @dependabot
- Bump requests from 2.27.0 to 2.27.1 (#413) @dependabot
- Bump pygments from 2.11.1 to 2.11.2 (#412) @dependabot
- Bump asyncclick from 8.0.1.3 to 8.0.3.1 (#411) @dependabot
- Bump charset-normalizer from 2.0.9 to 2.0.10 (#410) @dependabot
- Bump requests from 2.26.0 to 2.27.0 (#409) @dependabot
- Move mypy config to pyproject.toml (#408) @FollowTheProcess
- Bump pydantic from 1.8.2 to 1.9.0 (#406) @dependabot
- Bump virtualenv from 20.12.0 to 20.13.0 (#404) @dependabot
- Bump rich from 10.16.1 to 10.16.2 (#407) @dependabot
- Bump pygments from 2.11.0 to 2.11.1 (#403) @dependabot
- Bump mkdocs-material from 8.1.3 to 8.1.4 (#402) @dependabot
- Bump virtualenv from 20.11.2 to 20.12.0 (#401) @dependabot
- Bump zipp from 3.6.0 to 3.7.0 (#400) @dependabot
v0.16.0
Changes
🚀 Features
- Rewrite to be fully async (#399) @FollowTheProcess
📦 Dependencies
- Bump attrs from 21.3.0 to 21.4.0 (#398) @dependabot
- Bump virtualenv from 20.11.0 to 20.11.2 (#397) @dependabot
- Bump virtualenv from 20.10.0 to 20.11.0 (#396) @dependabot
- Bump attrs from 21.2.0 to 21.3.0 (#395) @dependabot
- Bump filelock from 3.4.0 to 3.4.2 (#393) @dependabot
- Bump platformdirs from 2.4.0 to 2.4.1 (#394) @dependabot
- Bump importlib-metadata from 4.9.0 to 4.10.0 (#389) @dependabot
- Bump mkdocs-material from 8.1.2 to 8.1.3 (#388) @dependabot
- Bump importlib-metadata from 4.8.3 to 4.9.0 (#387) @dependabot
v0.15.1
v0.15.0
Changes
🚀 Features
- Implement fuzzy project searching (#384) @FollowTheProcess
🪲 Fixes
- Pin mypy to 0.910 while 0.920 pydantic bug is resolved (#383) @FollowTheProcess
📦 Dependencies
- Pin dependencies to exact versions (#385) @FollowTheProcess
- Bump rich from 10.16.0 to 10.16.1 (#381) @dependabot
- Bump mkdocs-material from 8.1.1 to 8.1.2 (#380) @dependabot
- Bump tomli from 1.2.2 to 1.2.3 (#379) @dependabot
- Bump rich from 10.15.2 to 10.16.0 (#378) @dependabot
- Bump mkdocs-material from 8.1.0 to 8.1.1 (#377) @dependabot
- Bump mkdocs-material from 8.0.5 to 8.1.0 (#376) @dependabot
- Bump distlib from 0.3.3 to 0.3.4 (#375) @dependabot
- Bump wasabi from 0.8.2 to 0.9.0 (#374) @dependabot
- Bump mkdocs-material from 8.0.4 to 8.0.5 (#373) @dependabot
- Bump mkdocs-material from 8.0.2 to 8.0.4 (#372) @dependabot
- Bump black from 21.11b1 to 21.12b0 (#371) @dependabot
- Bump charset-normalizer from 2.0.8 to 2.0.9 (#370) @dependabot
- Bump rich from 10.15.1 to 10.15.2 (#369) @dependabot
- Bump mkdocs-material from 8.0.1 to 8.0.2 (#368) @dependabot
- Bump typing-extensions from 4.0.0 to 4.0.1 (#367) @dependabot
- Bump rich from 10.15.0 to 10.15.1 (#366) @dependabot
- Bump coverage from 6.1.2 to 6.2 (#365) @dependabot
- Bump rich from 10.14.0 to 10.15.0 (#364) @dependabot
- Bump mkdocs-material from 7.3.6 to 8.0.1 (#363) @dependabot
- Bump charset-normalizer from 2.0.7 to 2.0.8 (#362) @dependabot
- Bump anyio from 3.3.4 to 3.4.0 (#361) @dependabot
- Bump markdown from 3.3.5 to 3.3.6 (#360) @dependabot
- Bump black from 21.11b0 to 21.11b1 (#359) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.6 (#358) @dependabot
- Bump black from 21.10b0 to 21.11b0 (#357) @dependabot
- Bump markdown from 3.3.4 to 3.3.5 (#356) @dependabot
- Bump packaging from 21.0 to 21.2 (#355) @dependabot
- Bump filelock from 3.3.2 to 3.4.0 (#354) @dependabot
- Bump coverage from 5.5 to 6.1.2 (#353) @dependabot
- Bump rich from 10.13.0 to 10.14.0 (#352) @dependabot
- Bump coverage-badge from 1.0.2 to 1.1.0 (#351) @dependabot
- Bump pymdown-extensions from 9.0 to 9.1 (#350) @dependabot
- Bump pyparsing from 3.0.5 to 3.0.6 (#348) @dependabot
- Bump typing-extensions from 3.10.0.2 to 4.0.0 (#349) @dependabot
- Bump packaging from 21.0 to 21.2 (#347) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.5 (#346) @dependabot
- Bump types-pyyaml from 6.0.0 to 6.0.1 (#345) @dependabot
- Bump isort from 5.10.0 to 5.10.1 (#344) @dependabot
- Bump jinja2 from 3.0.2 to 3.0.3 (#343) @dependabot
- Bump colorlog from 6.5.0 to 6.6.0 (#342) @dependabot
- Bump regex from 2021.11.2 to 2021.11.10 (#341) @dependabot
- Bump packaging from 21.0 to 21.2 (#340) @dependabot
- Bump importlib-metadata from 4.8.1 to 4.8.2 (#339) @dependabot
- Bump rich from 10.12.0 to 10.13.0 (#338) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.5 (#337) @dependabot
v0.14.4
Changes
👷 Continuous Integration
- Use nox to deploy docs to GitHub pages (#315) @FollowTheProcess
📚 Documentation
- Add yaml issue forms (#323) @FollowTheProcess
📦 Dependencies
- Bump packaging from 21.0 to 21.2 (#336) @dependabot
- Bump py from 1.10.0 to 1.11.0 (#335) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.4 (#334) @dependabot
- Bump packaging from 21.0 to 21.2 (#333) @dependabot
- Bump regex from 2021.11.1 to 2021.11.2 (#332) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.4 (#331) @dependabot
- Bump isort from 5.9.3 to 5.10.0 (#330) @dependabot
- Bump packaging from 21.0 to 21.2 (#329) @dependabot
- Bump regex from 2021.10.23 to 2021.11.1 (#328) @dependabot
- Bump virtualenv from 20.9.0 to 20.10.0 (#327) @dependabot
- Bump mkdocs-material from 7.3.5 to 7.3.6 (#326) @dependabot
- Bump pyparsing from 2.4.7 to 3.0.4 (#325) @dependabot
- Bump black from 21.9b0 to 21.10b0 (#324) @dependabot
- Bump packaging from 21.0 to 21.2 (#322) @dependabot
- Bump types-pyyaml from 5.4.12 to 6.0.0 (#321) @dependabot
- Bump pyparsing from 3.0.1 to 3.0.3 (#320) @dependabot
- Bump filelock from 3.3.1 to 3.3.2 (#319) @dependabot
- Bump mkdocs-material from 7.3.4 to 7.3.5 (#318) @dependabot
- Bump pyyaml from 5.4.1 to 6.0 (#314) @dependabot
- Bump idna from 3.2 to 3.3 (#313) @dependabot
- Bump mkdocs from 1.2.2 to 1.2.3 (#312) @dependabot
- Bump mkdocs-material from 7.3.2 to 7.3.3 (#309) @dependabot
- Bump types-pyyaml from 5.4.10 to 5.4.11 (#311) @dependabot
- Bump charset-normalizer from 2.0.6 to 2.0.7 (#310) @dependabot
- Bump types-toml from 0.10.0 to 0.10.1 (#308) @dependabot
- Bump click from 8.0.1 to 8.0.3 (#307) @dependabot
- Bump certifi from 2021.5.30 to 2021.10.8 (#306) @dependabot
- Bump regex from 2021.9.30 to 2021.10.8 (#305) @dependabot
- Bump anyio from 3.3.2 to 3.3.3 (#304) @dependabot
- Bump flake8 from 3.9.2 to 4.0.1 (#303) @dependabot
v0.14.2
Changes
🪲 Fixes
- Fix some conda tests from incorrectly failing when conda is not installed (#302) @FollowTheProcess
📦 Dependencies
- Bump mkdocs-material from 7.3.1 to 7.3.2 (#300) @dependabot
- Bump rich from 10.11.0 to 10.12.0 (#299) @dependabot
- Bump colorlog from 6.4.1 to 6.5.0 (#301) @dependabot