From dbcd85e0d24a3d937e0e868617513eef59b4ba98 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:03:26 +0200 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.3 (#49) Co-authored-by: raftedproc <71657594+raftedproc@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7e08ec6..ee2bfff 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4d24b..fcfe1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.2...marine-sqlite-connector-v0.9.3) (2023-12-26) + + +### Features + +* **update:** wasm sqlite 0.18.2 ([#50](https://github.com/fluencelabs/sqlite-wasm-connector/issues/50)) ([b0971a6](https://github.com/fluencelabs/sqlite-wasm-connector/commit/b0971a6a5a6eae97995ef99686c739c11ec0af97)) + ## [0.9.2](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.1...marine-sqlite-connector-v0.9.2) (2023-12-19) diff --git a/Cargo.toml b/Cargo.toml index 4bfc4cf..e579d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.2" +version = "0.9.3" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",