We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d4098 commit 6ce9befCopy full SHA for 6ce9bef
CHANGELOG.md
@@ -3,7 +3,14 @@
3
4
## Unreleased
5
6
+--------------------------------------------------------------------------------
7
+
8
+## [0.4.5](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.4...0.4.5)
9
10
### Changed
11
12
+* Moved VFS documentation to source files.
13
+ [#112](https://github.com/Spxg/sqlite-wasm-rs/pull/112)
14
15
* Removed unnecessary `thread_local` used.
16
[#113](https://github.com/Spxg/sqlite-wasm-rs/pull/113)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-wasm-rs"
-version = "0.4.4"
+version = "0.4.5"
edition = "2021"
authors = ["Spxg <unsafe@outlook.es>"]
readme = "README.md"
0 commit comments