Skip to content

Commit 6ce9bef

Browse files
authored
Prepare v0.4.5 release (#116)
1 parent 30d4098 commit 6ce9bef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
## Unreleased
55

6+
--------------------------------------------------------------------------------
7+
8+
## [0.4.5](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.4...0.4.5)
9+
610
### Changed
711

12+
* Moved VFS documentation to source files.
13+
[#112](https://github.com/Spxg/sqlite-wasm-rs/pull/112)
14+
815
* Removed unnecessary `thread_local` used.
916
[#113](https://github.com/Spxg/sqlite-wasm-rs/pull/113)

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-rs"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
authors = ["Spxg <unsafe@outlook.es>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)