Skip to content

Commit 781bbf2

Browse files
authored
Prepare v0.4.7 release (#141)
1 parent 24ab4bc commit 781bbf2

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.4.7](https://github.com/Spxg/sqlite-wasm-rs/compare/0.4.6...0.4.7)
15+
16+
### Added
17+
818
* Added comment about incorrect implementation of `Send` + `Sync`.
919
[#125](https://github.com/Spxg/sqlite-wasm-rs/pull/125)
1020

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

0 commit comments

Comments
 (0)