Skip to content

Commit c65ce34

Browse files
committed
chore(moonapi): bump to 0.6.0.
Signed-off-by: 林晨 (Leo Cheng) <chengkelfan@qq.com>
1 parent 4899f1a commit c65ce34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

moon.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Lfan-ke/moonapi"
22

3-
version = "0.5.0"
3+
version = "0.6.0"
44

55
readme = "README.md"
66

@@ -18,7 +18,7 @@ keywords = [
1818
"moonbit",
1919
]
2020

21-
description = "moonapi — a typed web framework for MoonBit (← FastAPI): routing, typed extractors, descriptor-driven validation, multi-version OpenAPI/Swagger (2.0 / 3.0 / 3.1), dependency injection, OAuth2 password-bearer with self-built HS256 JWT and scopes, multipart/urlencoded form and file extractors, and response_model filtering, on the moonasgi SEAM."
21+
description = "moonapi — a typed web framework for MoonBit (← FastAPI): routing, typed extractors, descriptor-driven validation, multi-version OpenAPI/Swagger (2.0 / 3.0 / 3.1) with security schemes, dependency injection, OAuth2 password-bearer with self-built HS256 JWT and scopes, multipart/urlencoded form and file extractors, response_model filtering, a CORS/GZip/exception-handler middleware stack, Server-Sent Events, and WebSocket routes, on the moonasgi SEAM."
2222

2323
import {
2424
"Lfan-ke/moonasgi@0.1.0",

0 commit comments

Comments
 (0)