Skip to content

Commit 2154048

Browse files
committed
docs: log changes for v1.0.5; note failed rollout
1 parent ad3c1f9 commit 2154048

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,16 @@ pytest
259259
* Attempted to make `mypyc` compilation; Failed due to dependency injection pattern
260260
* Add `py.typed` to project
261261

262-
### Version 1.0.4
262+
### Version 1.0.4 (Failed rollout; please use 1.0.5)
263263

264264
* Add submodule `flexible` where `CsrfProtect` does not pre-determine `token_key` & `token_location`
265265
* Test `fastapi_csrf_protect.flexible.CsrfProtect` with runtime variable `token_location`
266266

267+
### Version 1.0.5
268+
269+
* Remove `@dataclass` code leftover from `mypyc` experiment
270+
* Clarify failure reasons under `tests/load_config.py` and `tests/flexible/load_config.py`
271+
267272
### Run Examples
268273

269274
To run the provided examples, first you must install extra dependencies [uvicorn](https://github.com/encode/uvicorn) and [jinja2](https://github.com/pallets/jinja/)

0 commit comments

Comments
 (0)