From 4ae55d4042235b305c4da012e20653c2bc9f9fbc Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:57:49 +0300 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.0 (#30) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2e1c40e..76d5538 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4013d2c..7a54966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.8.2...marine-sqlite-connector-v0.9.0) (2023-08-23) + + +### ⚠ BREAKING CHANGES + +* **deps:** update rust crate marine-rs-sdk to 0.9.0 + +### Bug Fixes + +* **deps:** update rust crate marine-rs-sdk to 0.9.0 ([743010e](https://github.com/fluencelabs/sqlite-wasm-connector/commit/743010e16c7cccb3fec19bcf3749b4064948b9dd)) +* update sqlite WASM module version to 0.18.1 ([#26](https://github.com/fluencelabs/sqlite-wasm-connector/issues/26)) ([045c171](https://github.com/fluencelabs/sqlite-wasm-connector/commit/045c1710e41566ca4eb42ad616d8e9328a12b440)) + ## [0.8.2](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.8.1...marine-sqlite-connector-v0.8.2) (2023-04-27) diff --git a/Cargo.toml b/Cargo.toml index c25291e..534081f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.8.2" +version = "0.9.0" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",