File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.69.0
5+ ------
6+
7+ Added `Xpresso <https://xpresso-api.dev/ >`_ as a supported ASGI framework when
8+ using ``piccolo asgi new `` to generate a web app.
9+
10+ Thanks to @sinisaos for adding this template, and @adriangb for reviewing.
11+
12+ We also took this opportunity to update our FastAPI and BlackSheep ASGI
13+ templates.
14+
15+ -------------------------------------------------------------------------------
16+
4170.68.0
518------
619
@@ -1240,7 +1253,7 @@ example:
12401253 class RecordingStudio (Table ):
12411254 pk = UUID(primary_key = True )
12421255
1243- The BlackSheep template generated by `piccolo asgi new ` now supports mounting
1256+ The BlackSheep template generated by `` piccolo asgi new ` ` now supports mounting
12441257of the Piccolo Admin (courtesy @sinisaos).
12451258
12461259-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.68 .0"
1+ __VERSION__ = "0.69 .0"
You can’t perform that action at this time.
0 commit comments