Releases: threeal/python-starter
Releases · threeal/python-starter
Version 1.2.2
What's Changed
- Bump threeal/setup-poetry-action from 1.0.0 to 1.1.0 by @dependabot in #106
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #107
- Bump ruff from 0.1.14 to 0.2.1 by @dependabot in #108 and #112
- Bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #110
- Bump actions/deploy-pages from 4.0.3 to 4.0.4 by @dependabot in #111
Full Changelog: v1.2.1...v1.2.2
Version 1.2.1
What's Changed
- Add Git Attributes for Poetry Lock File by @threeal in #94
- Bump ruff from 0.1.9 to 0.1.14 by @dependabot in #95, #98, #99, and #103
- Bump actions/cache from 3.3.2 to 4.0.0 by @dependabot in #97 and #101
- Bump actions/deploy-pages from 4.0.2 to 4.0.3 by @dependabot in #96
- Bump actions/upload-artifact from 4.0.0 to 4.3.0 by @dependabot in #100, #102, and #104
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- Adopt Ruff as Python Linter and Formatter by @threeal in #60
- Separate Workflows for Build, Deploy, and Test by @threeal in #73 and #77
- Run Workflows on Ubuntu OS Only by @threeal in #76 and #80
- Remove
check
Task From Poe the Poet by @threeal in #79 - Output Documentation to
apidocs
Directory by @threeal in #81 - Expand Enabled Rules in Ruff by @threeal in #83, #84, #85, #86, #87
- Update Sample Function Implementation by @threeal in #89
- Update Key Features in Readme by @threeal in #91
- Dependencies Updates:
- Bump poethepoet from 0.24.3 to 0.24.4 by @dependabot in #59
- Bump actions/deploy-pages from 2.0.4 to 4.0.2 by @dependabot in #61 and #72
- Bump ruff from 0.1.6 to 0.1.9 by @dependabot in #64, #68 and #71
- Bump actions/configure-pages from 3.0.6 to 4.0.0 by @dependabot in #62
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #66
- Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 by @dependabot in #69
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #78
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Implement Documentation Generation with pydoctor by @threeal in #45
- Rename Test Job to Build in CI Workflow by @threeal in #48
- Adjust Function Exposure by @threeal in #51
- Deploy Documentation to GitHub Pages by @threeal in #56
- Dependencies updates:
- Bump pydoctor from 23.9.0 to 23.9.1 by @dependabot in #53
- Bump poethepoet from 0.24.1 to 0.24.2 by @dependabot in #52
- Bump black from 23.10.1 to 23.11.0 by @dependabot in #54
- Bump poethepoet from 0.24.2 to 0.24.3 by @dependabot in #55
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
What's Changed
- Initialize Python Module by @threeal in #2
- chore: bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #8
- Configure Dependabot Labels by @threeal in #9
- Adoption of Poetry for Packaging and Dependency Management by @threeal in #10
- Execute Workflow on Matrix OS by @threeal in #11
- Integration of Black for Code Formatting by @threeal in #13
- Relocate Modules from
src
tolib
Directory by @threeal in #14 - Implement isort for Import Sorting by @threeal in #15
- chore: bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #17
- Integration of Flake8 for Static Analysis by @threeal in #16
- Cache Poetry Installation by @threeal in #18
- chore: bump black from 23.7.0 to 23.9.1 by @dependabot in #21
- chore: bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #20
- Integration of the Setup Poetry Version Action by @threeal in #23
- Implement Poetry Dependency Caching in the Workflow by @threeal in #24
- chore: bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #25
- chore: bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #26
- Update Dependabot Configuration by @threeal in #27
- Rename Workflow by @threeal in #28
- Organize Source Files by @threeal in #29
- chore: bump black from 23.9.1 to 23.10.0 by @dependabot in #32
- Implementation of pytest for Testing by @threeal in #33
- Task Management with Poe the Poet by @threeal in #34
- chore: bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #31
- Implement Test Coverage Validation by @threeal in #36
- chore: bump black from 23.10.0 to 23.10.1 by @dependabot in #38
- chore: bump pytest from 7.4.2 to 7.4.3 by @dependabot in #39
- Update
README.md
file by @threeal in #40 - Modify CI Workflow by @threeal in #41
New Contributors
- @threeal made their first contribution in #2
- @dependabot made their first contribution in #8
Full Changelog: https://github.com/threeal/python-starter/commits/v1.0.0