We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ab4bc commit 781bbf2Copy full SHA for 781bbf2
2 files changed
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
### Added
7
8
+### Fixed
9
+
10
+### Changed
11
12
+--------------------------------------------------------------------------------
13
14
+## [0.4.7](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.6...0.4.7)
15
16
+### Added
17
18
* Added comment about incorrect implementation of `Send` + `Sync`.
19
[#125](https://github.com/Spxg/sqlite-wasm-rs/pull/125)
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-wasm-rs"
3
-version = "0.4.6"
+version = "0.4.7"
4
edition = "2021"
authors = ["Spxg <unsafe@outlook.es>"]
readme = "README.md"
0 commit comments