Releases: python-ellar/ellar-cli
Releases · python-ellar/ellar-cli
0.4.3
What's Changed
- Bump codecov/codecov-action from 4.1.1 to 4.4.1 by @dependabot in #93
- Bump uvicorn[standard] from 0.29.0 to 0.30.0 by @dependabot in #92
- Bump ruff from 0.3.4 to 0.4.7 by @dependabot in #91
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #90
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #98
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #97
- Bump uvicorn[standard] from 0.30.0 to 0.30.1 by @dependabot in #96
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #95
- Bump ruff from 0.4.7 to 0.5.0 by @dependabot in #94
- Bump uvicorn[standard] from 0.30.1 to 0.30.4 by @dependabot in #101
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #100
- Bump ruff from 0.5.0 to 0.5.5 by @dependabot in #99
- Bump ruff from 0.5.5 to 0.6.1 by @dependabot in #103
- Fix: Scaffold Template Refactor by @eadwinCode in #102
- App context default async by @eadwinCode in #104
Full Changelog: 0.4.1...0.4.3
0.4.2b1
What's Changed
- Bump codecov/codecov-action from 4.1.1 to 4.4.1 by @dependabot in #93
- Bump uvicorn[standard] from 0.29.0 to 0.30.0 by @dependabot in #92
- Bump ruff from 0.3.4 to 0.4.7 by @dependabot in #91
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #90
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #98
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #97
- Bump uvicorn[standard] from 0.30.0 to 0.30.1 by @dependabot in #96
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #95
- Bump ruff from 0.4.7 to 0.5.0 by @dependabot in #94
- Bump uvicorn[standard] from 0.30.1 to 0.30.4 by @dependabot in #101
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #100
- Bump ruff from 0.5.0 to 0.5.5 by @dependabot in #99
- Bump ruff from 0.5.5 to 0.6.1 by @dependabot in #103
- Fix: Scaffold Template Refactor by @eadwinCode in #102
Full Changelog: 0.4.1...0.4.2b1
0.4.1
What's Changed
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #85
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #84
- Bump ruff from 0.3.0 to 0.3.4 by @dependabot in #83
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #82
- Bump uvicorn[standard] from 0.27.1 to 0.29.0 by @dependabot in #81
- Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0 by @dependabot in #80
- Ellar 0.7.4 Upgrade by @eadwinCode in #86
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Pyproject.toml Fix by @eadwinCode in #79
Breaking Changes
-
Projects using
Pyproject.toml
as ellar metadata configurations should refactor the ellar config data by appendingtool.
For example:
[ellar] default = "example_project" [ellar.projects.example_project] project-name = "example_project" application = "example_project.server:application" config = "example_project.config:DevelopmentConfig" root-module = "example_project.root_module:ApplicationModule"
should be refactored to this
[tool.ellar] default = "example_project" [tool.ellar.projects.example_project] project-name = "example_project" application = "example_project.server:application" config = "example_project.config:DevelopmentConfig" root-module = "example_project.root_module:ApplicationModule"
Full Changelog: 0.3.8...0.4.0
0.3.8
What's Changed
- Bump ruff from 0.1.15 to 0.3.0 by @dependabot in #76
- Bump codecov/codecov-action from 4.0.0 to 4.1.0 by @dependabot in #75
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #74
- rearrangement lib dependencies by @eadwinCode in #77
Full Changelog: 0.3.7...0.3.8
0.3.7
0.3.6
What's Changed
- Bump codecov/codecov-action from 3.1.4 to 4.0.0 by @dependabot in #70
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #69
- Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0 by @dependabot in #68
- Bump ruff from 0.1.9 to 0.1.15 by @dependabot in #67
- Project Template Fix by @eadwinCode in #72
Full Changelog: 0.3.5...0.3.6
0.3.5
0.3.4
0.3.3
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #59
- Non-PyProject Ellar CLI Support by @eadwinCode in #64
Full Changelog: 0.3.2...0.3.3