Releases: fastapi-mvc/copier-project
Releases · fastapi-mvc/copier-project
v0.6.1
Internal
- Update flake nixpkgs to 23.05. PR #27
- Bump project dependencies. PR #27
- Bump fastapi from 0.92.0 to 0.98.0
- Bump uvicorn from 0.20.0 to 0.22.0
- Bump myst-parser from 0.19.0 to 1.0.0
- Bump pytest from 7.2.1 to 7.4.0
- Bump pytest-asyncio from 0.20.3 to 0.21.0
- Bump black from 23.1.0 to 23.3.0
- Bump redis from 4.5.4 to 4.5.5
- Bump mypy from 1.0.1 to 1.4.1
- Bump poetry2nix from 1.40.1 to 1.42.0. PR #26
- Update project GitHub Actions. PR #25
- Bump cachix/install-nix-action from 20 to 22
- Bump DeterminateSystems/nix-installer-action from 1 to 4
- Bump DeterminateSystems/update-flake-lock from 17 to 19
v0.6.0
Features
- Refactor templated
flake.nix
using flake-parts. PR #19 - Template workflow for updating Nix flake inputs. PR #19
Internal
- Update generator with changes from copier-generator 0.4.1 release. PR #18
v0.5.0
Fixed
- Typo in cache key in templated main.yml workflow 86e8e28.
Features
- Add type checking fastapi-mvc/fastapi-mvc#178. PR #17
Internal
- Pin nix version in nix-install-action in templated nix workflow 6b4a13c.
- Pin nix version in nix-install-action 8106966.
- Update generator with changes from copier-generator 0.2.0 release. PR #14
- Update project dependencies. PR #16
- Bump fastapi from 0.89.1 to 0.92.0.
- Bump myst-parser from 0.18.1 to 0.19.0.
- Bump redis from 4.4.2 to 4.5.1.
- Bump flake8-docstrings from 1.6.0 to 1.7.0.
- Bump aiohttp from 3.8.3 to 3.8.4.
- Bump cachix/install-nix-action from 18 to 20 b4e1ef0.
- Add development dependency - fastapi-mvc 09f7468.
v0.4.0
Internal
- Update Poetry to 1.3.x. PR #13
- Update project dependencies. PR #12
- Bump fastapi from 0.88.0 to 0.89.1.
- Bump pytest from 7.2.0 to 7.2.1.
- Bump black from 22.8.0 to 23.1.0.
- Bump requests from 2.28.1 to 2.28.2.
- Bump httpx from 0.23.1 to 0.23.3.
- Update project GitHub Actions. PR #12
- Bump fkirc/skip-duplicate-actions from 5.2.0 to 5.3.0.
v0.3.0
v0.2.0
Features
- Refactor Nix expressions to flake fastapi-mvc/fastapi-mvc#217. PR #7
- Add support for Python3.11 fastapi-mvc/fastapi-mvc#199. PR #9
Docs
Internal
- Update project dependencies. PR #8
- pytest (7.1.3 -> 7.2.0)
- pytest-asyncio (0.19.0 -> 0.20.3)
- Sphinx (5.2.3 -> 5.3.0)
- uvicorn (0.18.3 -> 0.20.0)
- fastapi (0.85.1 -> 0.88.0)
- Add development dependency - httpx. PR #8
- Update project GitHub Actions. PR #8
- cachix/cachix-action (10 -> 12)
- cachix/install-nix-action (17 -> 18)
- crazy-max/ghaction-github-pages (3.0.0 -> 3.1.0)
v0.1.1
v0.1.0
0.1.0 (09.10.2022)
- Initial release - fastapi-mvc/fastapi-mvc#174