Skip to content

Commit e8ad116

Browse files
committed
release 0.3.2
1 parent 95c2182 commit e8ad116

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
This changelog documents changes across multiple projects contained in this monorepo. Each project is released for every SQLSync version, even if the project has not changed. The reason for this decision is to simplify testing and debugging. Lockstep versioning will be relaxed as SQLSync matures.
22

3+
# 0.3.2 - Mar 11 2024
4+
5+
- Fix [#54](https://github.com/orbitinghail/sqlsync/issues/54)
6+
- Better reducer errors
7+
38
# 0.3.1 - Mar 9 2024
49

510
- Fixed bug that caused errors to be swallowed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = "2021"
2020
homepage = "https://sqlsync.dev"
2121
license = "Apache-2.0"
2222
repository = "https://github.com/orbitinghail/sqlsync"
23-
version = "0.3.1"
23+
version = "0.3.2"
2424

2525
[profile.release]
2626
lto = true

GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ strip = "debuginfo"
5151
codegen-units = 1
5252

5353
[dependencies]
54-
sqlsync-reducer = "0.3.1"
54+
sqlsync-reducer = "0.3.2"
5555
serde = { version = "1.0", features = ["derive"] }
5656
serde_json = "1.0"
5757
log = "0.4"

lib/sqlsync-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitinghail/sqlsync-react",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",

lib/sqlsync-solid-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitinghail/sqlsync-solid-js",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",

lib/sqlsync-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitinghail/sqlsync-worker",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)