From 77787871253538423ca0c4fb395999dba573016b Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Fri, 29 Dec 2023 03:51:11 +0200 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.4 (#52) :robot: I have created a release *beep* *boop* --- ## [0.9.4](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.3...marine-sqlite-connector-v0.9.4) (2023-12-29) ### Bug Fixes * **deps:** update rust crate marine-rs-sdk to 0.10.3 ([#51](https://github.com/fluencelabs/sqlite-wasm-connector/issues/51)) ([e90e9f2](https://github.com/fluencelabs/sqlite-wasm-connector/commit/e90e9f2d3ff4a661c713f1d4ef05b3f4f4523e47)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 ee2bfff..1b1f6a8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfe1ce..2739335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.4](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.3...marine-sqlite-connector-v0.9.4) (2023-12-29) + + +### Bug Fixes + +* **deps:** update rust crate marine-rs-sdk to 0.10.3 ([#51](https://github.com/fluencelabs/sqlite-wasm-connector/issues/51)) ([e90e9f2](https://github.com/fluencelabs/sqlite-wasm-connector/commit/e90e9f2d3ff4a661c713f1d4ef05b3f4f4523e47)) + ## [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) diff --git a/Cargo.toml b/Cargo.toml index fd42bfb..dc86022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.3" +version = "0.9.4" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",