Skip to content

Commit

Permalink
release v0.15.0-next.2 as v0.15.0
Browse files Browse the repository at this point in the history
additions from next.2:
- crsql_next_db_version returns the actual next version
- better error messages in the automigrate path
  • Loading branch information
tantaman committed Sep 8, 2023
1 parent 9502291 commit b7eee1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlcn.io/crsqlite

## 0.15.0

### Minor Changes

- 56df096: re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo

### Patch Changes

- 4022bd6: litefs support
- 08f13fb: react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
- f327068: rebuild

## 0.15.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlcn.io/crsqlite",
"version": "0.15.0-next.2",
"version": "0.15.0",
"description": "CR-SQLite loadable extension",
"homepage": "https://vlcn.io",
"repository": {
Expand Down

0 comments on commit b7eee1b

Please sign in to comment.