Skip to content

Commit 6e6d4e0

Browse files
committed
Update version compatibility to show only v6.x as actively maintained
- Mark v5.x as unmaintained since focus has moved to Prisma 6 support - Only v6.x beta is actively maintained and receiving updates - Clarify that older versions (v5, v4, v2-3) are no longer receiving updates - Encourage users to migrate to the beta for continued support
1 parent e67bce6 commit 6e6d4e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ if (errors.length > 0) {
135135

136136
## 📋 Version Compatibility
137137

138-
| Prisma Version | Generator Version | Status |
139-
|----------------|-------------------|--------|
140-
| **v6.x** | **v6.0.0-beta** | 🧪 **Beta** |
141-
| v5.x | v5.0.0 | ✅ Stable |
142-
| v4.x | v0.2.0 - v4.x | ⚠️ Legacy |
143-
| v2-3.x | v0.1.x |Deprecated |
138+
| Prisma Version | Generator Version | Maintained |
139+
|----------------|-------------------|------------|
140+
| **v6.x** | **v6.0.0-beta** | **Active** |
141+
| v5.x | v5.0.0 | ❌ No |
142+
| v4.x | v0.2.0 - v4.x | ❌ No |
143+
| v2-3.x | v0.1.x |No |
144144

145145
### 🧪 Beta Release - v6.0.0-beta
146146

0 commit comments

Comments
 (0)