Releases: ITProKyle/generic-template
Releases · ITProKyle/generic-template
v0.11.0
What Changed
🚀 Features
- update pre-commit config for flake8 to ref github repo @ITProKyle (#243)
- change yamlfmt hook used to support python3.10 @ITProKyle (#244)
- change black pre-commit hook to modify files @ITProKyle (#245)
- update .editorconfig to default indent size to 2 @ITProKyle (#246)
- remove yamllint config @ITProKyle (#247)
- rename setup.cfg to .flake8 as it is only used for flake8 configuration @ITProKyle (#248)
- update
.readthedocs.yml
to the latest format @ITProKyle (#249) - replace
sphinx-rtd-theme
withfuro
@ITProKyle (#250)
🐛 Bug Fixes
- remove pre-commit default language @ITProKyle (#242)
v0.10.0
What Changed
🚀 Features
- make: update spellcheck target for a cleaner & more informative output @ITProKyle (#159)
- remove @cspell/dict-python as an npm dependency - included in cspell @ITProKyle (#161)
- docs: cleanup sphinx config @ITProKyle (#162)
- add basic pytest config options to pyproject.toml @ITProKyle (#163)
- add basic coverage config options to pyproject.toml @ITProKyle (#164)
- docs: add sphinxcontrib-apidoc with basic configuration @ITProKyle (#165)
- docs: add a basic developers guide @ITProKyle (#166)
release-drafter
will now run onpull_request_target
to label all PRs @ITProKyle (#209)- apply
changelog:skip
to dependabot PRs @ITProKyle (#210) - rename default workflow, consolidate jobs triggered on push @ITProKyle (#236)
🐛 Bug Fixes
- editorconfig: fix invalid config caused by an extra character @ITProKyle (#160)
v0.9.0
What Changed
🚀 Features
- consolidate pyrightconfig into pyproject.toml @ITProKyle (#140)
- use
ITProKyle/action-setup-python
to consolidate action steps @ITProKyle (#141) - add
check-toml
pre-commit hook @ITProKyle (#142) - change labels to avoid conflict between release-drafter and dependabot @ITProKyle (#143)
- add
mdformat
pre-commit hook @ITProKyle (#144) - docs: add js script to open external links in a new tab @ITProKyle (#147)
🧶 Dependencies
- Bump coverage from 5.5 to 6.0.1 @dependabot (#154)
- Bump cspell from 5.10.1 to 5.12.3 @dependabot (#155)
- Bump pytest-cov from 2.12.1 to 3.0.0 @dependabot (#148)
- Bump flake8-bugbear from 21.9.1 to 21.9.2 @dependabot (#149)
- Bump pyright from 1.1.169 to 1.1.177 @dependabot (#156)
- Bump @cspell/dict-python from 1.0.37 to 2.0.3 @dependabot (#152)
v0.8.1
What Changed
🐛 Bug Fixes
- fix issue causing docs to fail as build tools where failing during install @ITProKyle (#139)
🧶 Dependencies
- Bump pyright from 1.1.166 to 1.1.169 @dependabot (#137)
- Bump flake8-bugbear from 21.4.3 to 21.9.1 @dependabot (#131)
- Bump pylint from 2.10.2 to 2.11.1 @dependabot (#136)
- Bump cspell from 5.9.0 to 5.10.1 @dependabot (#138)
- Bump sphinx from 4.1.2 to 4.2.0 @dependabot (#130)
- Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 @dependabot (#134)
- Bump black from 21.8b0 to 21.9b0 @dependabot (#135)
v0.8.0
What Changed
🚀 Features
- docs: consolidate dependency management into top-level config @ITProKyle (#111)
- remove use of nitpick @ITProKyle (#126)
- spellcheck: update cspell config to version 0.2 & consolidate dictionaries into config @ITProKyle (#127)
- makefile: add docs, docs-changes, open-docs, & setup-npm targets @ITProKyle (#128)
- dependabot: change schedule to weekly, versioning-strategy comment @ITProKyle (#129)
🧶 Dependencies
- Bump pyright from 1.1.162 to 1.1.166 @dependabot (#125)
- Bump black from 21.7b0 to 21.8b0 @dependabot (#117)
- Bump cspell from 5.7.2 to 5.9.0 @dependabot (#121)
- Bump pre-commit from 2.14.0 to 2.15.0 @dependabot (#124)
- Bump pylint from 2.9.1 to 2.10.2 @dependabot (#112)
- Bump pytest from 6.2.4 to 6.2.5 @dependabot (#120)
v0.7.1
What Changed
🧶 Dependencies
- Bump cspell from 5.6.6 to 5.7.2 @dependabot (#109)
- Bump isort from 5.9.2 to 5.9.3 @dependabot (#99)
- Bump pyright from 1.1.158 to 1.1.162 @dependabot (#108)
- Bump flake8-comprehensions from 3.5.0 to 3.6.1 @dependabot (#105)
- Bump pre-commit from 2.13.0 to 2.14.0 @dependabot (#103)
- Bump pep8-naming from 0.12.0 to 0.12.1 @dependabot (#102)
🧰 Maintenance
- update pre-commit hooks @ITProKyle (#110)
v0.7.0
What Changed
🚀 Features
- add poetry label @ITProKyle (#92)
- use flake8-bugbear @ITProKyle (#94)
- use flake8-comprehensions @ITProKyle (#95)
- use flake8-print @ITProKyle (#96)
- use flake8-use-fstring @ITProKyle (#97)
🧶 Dependencies
- Bump pylint from 2.8.3 to 2.9.1 @dependabot (#72)
- Bump Gr1N/setup-poetry from 4 to 7 @dependabot (#84)
- Bump @cspell/dict-python from 1.0.36 to 1.0.37 @dependabot (#85)
- Bump pyright from 1.1.153 to 1.1.158 @dependabot (#91)
- Bump pep8-naming from 0.11.1 to 0.12.0 @dependabot (#79)
- Bump isort from 5.9.1 to 5.9.2 @dependabot (#80)
- Bump sphinx from 4.0.2 to 4.1.1 in /docs @dependabot (#86)
- Bump black from 21.6b0 to 21.7b0 @dependabot (#87)
- Bump nitpick from 0.26.0 to 0.27.0 @dependabot (#89)
🧰 Maintenance
- cleanup
setup.cfg
@ITProKyle (#93)
v0.6.1
What Changed
🐛 Bug Fixes
- vscode: change python.formatting.provider to black @ITProKyle (#69)
- vscode: remove invalid terraform extension recommendation @ITProKyle (#70)
- docs: remove copy of CHANGELOG.md as file no longer exists @ITProKyle (#71)
🧶 Dependencies
- Bump pytest-cov from 2.12.0 to 2.12.1 @dependabot (#48)
- Bump urllib3 from 1.26.4 to 1.26.5 in /docs @dependabot (#47)
- Bump pyright from 1.1.145 to 1.1.146 @dependabot (#49)
- Bump cspell from 5.5.2 to 5.6.0 @dependabot (#50)
- Bump pyright from 1.1.146 to 1.1.147 @dependabot (#51)
- Bump cspell from 5.6.0 to 5.6.1 @dependabot (#54)
- Bump pyright from 1.1.147 to 1.1.148 @dependabot (#55)
- Bump black from 21.5b2 to 21.6b0 @dependabot (#56)
- Bump cspell from 5.6.1 to 5.6.2 @dependabot (#57)
- Bump cspell from 5.6.2 to 5.6.3 @dependabot (#58)
- Bump cspell from 5.6.3 to 5.6.4 @dependabot (#59)
- Bump pyright from 1.1.148 to 1.1.149 @dependabot (#60)
- Bump pyright from 1.1.149 to 1.1.150 @dependabot (#61)
- Bump @cspell/dict-python from 1.0.35 to 1.0.36 @dependabot (#66)
- Bump isort from 5.8.0 to 5.9.1 @dependabot (#65)
- Bump cspell from 5.6.4 to 5.6.6 @dependabot (#64)
- Bump pyright from 1.1.150 to 1.1.153 @dependabot (#68)
v0.6.0
What Changed
🚀 Features
- add configuration for dependabot @ITProKyle (#38)
🧶 Dependencies
- Bump pre-commit/action from 2.0.0 to 2.0.3 @dependabot (#39)
- Bump recommonmark from 0.6.0 to 0.7.1 @dependabot (#41)
- Bump pydocstyle from 5.1.1 to 6.1.1 @dependabot (#40)
- Bump pyright from 1.1.143 to 1.1.145 @dependabot (#43)
- Bump cspell from 5.4.1 to 5.5.2 @dependabot (#44)
- Bump black from 21.5b1 to 21.5b2 @dependabot (#46)
- Bump pylint from 2.8.2 to 2.8.3 @dependabot (#45)
v0.5.0
What Changed
🚀 Features
- add .editorconfig @ITProKyle (#24)
- remove the
pr-labeler
workflow @ITProKyle (#25) - relocate and update PR template @ITProKyle (#27)
- remove runway @ITProKyle (#28)
- replace pipenv with poetry @ITProKyle (#29)
- add more workflows @ITProKyle (#33)
- add cspell to check spelling @ITProKyle (#34)
- setup pre-commit @ITProKyle (#35)
- add nitpick @ITProKyle (#36)
- add pyright @ITProKyle (#37)
🧰 Maintenance
- update workflows @ITProKyle (#26)