mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
📣 Start managing the changelog with towncrier
This PR includes a workflow that validates that future PRs include a changelog entry (unless the `skip-changelog` label is present on the PR, or the PR is a dependabot PR). Use 'poetry run towncrier create` to create entries for the changelog.
This commit is contained in:
@@ -4,6 +4,7 @@ from fastapi_cache.coder import Coder, JsonCoder
|
||||
from fastapi_cache.key_builder import default_key_builder
|
||||
from fastapi_cache.types import Backend, KeyBuilder
|
||||
|
||||
__version__ = "0.2.1"
|
||||
__all__ = [
|
||||
"Backend",
|
||||
"Coder",
|
||||
|
||||
Reference in New Issue
Block a user