Skip to content

Commit 5fa1745

Browse files
committed
docs: bump README version strings to 0.5
1 parent 353bb19 commit 5fa1745

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ migrations.
1818
1919
```toml
2020
[dependencies]
21-
somnia = "0.4"
21+
somnia = "0.5"
2222
```
2323

2424
---
@@ -215,7 +215,7 @@ the full list).
215215

216216
## Status
217217

218-
`0.4.x` — early but tested against SurrealDB 3.x (query builder, derive, schema
218+
`0.5.x` — early but tested against SurrealDB 3.x (query builder, derive, schema
219219
generation, and migrator all covered by integration tests that run on an
220220
in-memory engine). The API may evolve before `1.0`. See the
221221
[roadmap](ROADMAP.md) for what's covered today and what's planned on the way to

crates/somnia/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ migrations.
1717
1818
```toml
1919
[dependencies]
20-
somnia = "0.4"
20+
somnia = "0.5"
2121
```
2222

2323
---
@@ -214,7 +214,7 @@ the full list).
214214

215215
## Status
216216

217-
`0.4.x` — early but tested against SurrealDB 3.x (query builder, derive, schema
217+
`0.5.x` — early but tested against SurrealDB 3.x (query builder, derive, schema
218218
generation, and migrator all covered by integration tests that run on an
219219
in-memory engine). The API may evolve before `1.0`. See the
220220
[roadmap](https://github.com/vbasky/somnia/blob/main/ROADMAP.md) for what's covered today and what's planned on the way to

0 commit comments

Comments
 (0)