Releases: seapagan/py-maker
Releases · seapagan/py-maker
v0.4.5
What's Changed
Dependency Updates
- Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #45
- Bump pytest-randomly from 3.14.0 to 3.15.0 by @dependabot in #43
Full Changelog: v0.4.4...v0.4.5
v0.4.4
BUGFIX
Version 0.4.3 had a missing '#' comment tag which would cause poetry to crash, FIXED
What's Changed
Dependency Updates
- Bump pytest-randomly from 3.13.0 to 3.14.0 by @dependabot in #40
- Bump poethepoet from 0.21.1 to 0.22.0 by @dependabot in #41
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Small update to tweak and tidy the linting sections
What's Changed
dependency updates
- Bump mypy from 1.4.1 to 1.5.0 by @dependabot in #38
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- Added a missing runtime dep (rtoml). It must have been in my venv but not in the
pyproject.toml
🙄
Full Changelog: v0.4.1...v0.4.2
v0.4.1
- Fixed bug where the first-time config file gets the wrong default template path.
- Update the internal template
pyproject.toml
and.pre-commit-config.yaml
to use latest dependencies
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Dependency Updates
- Bump mkdocs-minify-plugin from 0.7.0 to 0.7.1 by @dependabot in #33
- Bump mkdocs from 1.5.1 to 1.5.2 by @dependabot in #35
- Bump rich from 13.5.0 to 13.5.2 by @dependabot in #34
- Bump faker from 19.2.0 to 19.3.0 by @dependabot in #37
- Bump pygments from 2.15.1 to 2.16.1 by @dependabot in #36
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Dependency updates
- Bump pydantic from 2.0.3 to 2.1.1 by @dependabot in #22
- Bump mkdocs from 1.4.3 to 1.5.1 by @dependabot in #28
- Bump mkdocs-material from 9.1.19 to 9.1.21 by @dependabot in #29
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #26
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Rename the project d/t PyPI having a project of the same name (though it has no usable code).
No functionality changes.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- subclass the Rich prompt locally by @seapagan in #20
- Move licenses out of template folder by @seapagan in #21
- Add a documentation site by @seapagan in #23
Dependency Updates
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #9
- Bump faker from 18.11.2 to 19.2.0 by @dependabot in #14
- Bump pytest-reverse from 1.6.0 to 1.7.0 by @dependabot in #10
- Bump pytest-randomly from 3.12.0 to 3.13.0 by @dependabot in #8
- Bump poethepoet from 0.20.0 to 0.21.1 by @dependabot in #12
- Bump pydantic from 2.0.2 to 2.0.3 by @dependabot in #16
- Bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in #19
- Bump mock from 5.0.2 to 5.1.0 by @dependabot in #15
- Bump flake8-type-checking from 2.4.0 to 2.4.1 by @dependabot in #18
- Bump gitpython from 3.1.31 to 3.1.32 by @dependabot in #17
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First functional release of the Pymaker project
What's Changed
- Add base app functionality by @seapagan in #1
- Refactor the src template layout and logic by @seapagan in #2
- Customize or remove the Package layout by @seapagan in #5
- Bump pydantic from 2.0 to 2.0.2 by @dependabot in #4
New Contributors
- @seapagan made their first contribution in #1
- @dependabot made their first contribution in #4
Full Changelog: https://github.com/seapagan/py-maker/commits/v0.1.0