We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d64378 commit 27ed5a8Copy full SHA for 27ed5a8
2 files changed
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
### Added
7
8
+### Fixed
9
+
10
+### Changed
11
12
+--------------------------------------------------------------------------------
13
14
+## [0.5.0](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.8...0.5.0)
15
16
+### Added
17
18
* New crate `sqlite-wasm-vfs`: some experimental VFS implementations.
19
[#146](https://github.com/Spxg/sqlite-wasm-rs/pull/146)
20
extensions/sqlite-vec/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-wasm-vec"
3
-version = "0.1.0"
+version = "0.1.1"
4
links = "wsqlite_vec0"
edition = "2021"
authors = ["Spxg <unsafe@outlook.es>"]
0 commit comments