Skip to content

Commit

Permalink
1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Oct 12, 2022
1 parent 159afc1 commit 42ee720
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ repos:
redis,
]
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.274
rev: v1.1.275
hooks:
- id: pyright
exclude: "tests"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

[1.27.0]

- add `url_for` function in templates.
- add `redis` cache backend.
- add `memcached` cache backend.

[1.26.1]

- fix optional `UploadFile` not being allowed.
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.26.1"
version = "1.27.0"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit 42ee720

Please sign in to comment.