We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0058e8e commit 12e6d8cCopy full SHA for 12e6d8c
CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
## Unreleased
5
6
+--------------------------------------------------------------------------------
7
+
8
+## [0.4.6](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.5...0.4.6)
9
10
### Added
11
12
* Added `sqlite3_os_end` C interface.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-wasm-rs"
-version = "0.4.5"
+version = "0.4.6"
edition = "2021"
authors = ["Spxg <unsafe@outlook.es>"]
readme = "README.md"
0 commit comments