Skip to content

Commit 27ed5a8

Browse files
authored
Prepare v0.5.0 release (#153)
1 parent 1d64378 commit 27ed5a8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
### Added
77

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+
818
* New crate `sqlite-wasm-vfs`: some experimental VFS implementations.
919
[#146](https://github.com/Spxg/sqlite-wasm-rs/pull/146)
1020

extensions/sqlite-vec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlite-wasm-vec"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
links = "wsqlite_vec0"
55
edition = "2021"
66
authors = ["Spxg <unsafe@outlook.es>"]

0 commit comments

Comments
 (0)