From e6de940801a5541b63872183e0bbdb304839f515 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:17:47 +0800 Subject: [PATCH 1/2] chore: update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b462287a3..84fff4bf3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

ZenStack

- + @@ -24,10 +24,9 @@ - ## V3 is in Beta now! -[ZenStack v3](https://zenstack.dev/v3) is in Beta now! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3). +[ZenStack v3](https://zenstack.dev) is released! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3). ## What it is @@ -37,7 +36,7 @@ Our goal is to let you save time writing boilerplate code and focus on building ## How it works -> Read full documentation at 👉🏻 [zenstack.dev](https://zenstack.dev). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions. +> Read full documentation at 👉🏻 [https://zenstack.dev/docs/2.x/](https://zenstack.dev/docs/2.x/). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions. ZenStack incrementally extends Prisma's power with the following four layers: From a6af7f5c906ddeedd9a1e3213a18bd37dbbf2118 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:21:31 +0800 Subject: [PATCH 2/2] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fff4bf3..3e0e563b2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ -## V3 is in Beta now! +## V3 is released! [ZenStack v3](https://zenstack.dev) is released! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3).