chore: release v0.2.0 -- version bump, changelog, FastAPI version fix

This commit is contained in:
Brian Krabach
2026-04-08 08:32:05 -07:00
parent 12c8f8f550
commit 1b5207b5af
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ async def lifespan(app: FastAPI):
# App
# ---------------------------------------------------------------------------
app = FastAPI(title="muxplex", version="0.1.0", lifespan=lifespan)
app = FastAPI(title="muxplex", version="0.2.0", lifespan=lifespan)
# ---------------------------------------------------------------------------