Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Mar 11, 2024
1 parent 95c2182 commit e8ad116
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
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.

# 0.3.2 - Mar 11 2024

- Fix [#54](https://github.com/orbitinghail/sqlsync/issues/54)
- Better reducer errors

# 0.3.1 - Mar 9 2024

- Fixed bug that caused errors to be swallowed
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2021"
homepage = "https://sqlsync.dev"
license = "Apache-2.0"
repository = "https://github.com/orbitinghail/sqlsync"
version = "0.3.1"
version = "0.3.2"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ strip = "debuginfo"
codegen-units = 1

[dependencies]
sqlsync-reducer = "0.3.1"
sqlsync-reducer = "0.3.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlsync-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitinghail/sqlsync-react",
"version": "0.3.1",
"version": "0.3.2",
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlsync-solid-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitinghail/sqlsync-solid-js",
"version": "0.3.1",
"version": "0.3.2",
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlsync-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitinghail/sqlsync-worker",
"version": "0.3.1",
"version": "0.3.2",
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
Expand Down

0 comments on commit e8ad116

Please sign in to comment.