From abc999ecb7a1d557d314d31c6de2c5aa6205c259 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:18:22 +0300 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.1 (#37) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 76d5538a..b28fea99 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a54966d..d93443a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.1](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.0...marine-sqlite-connector-v0.9.1) (2023-10-24) + + +### Bug Fixes + +* **deps:** update marine-rs-sdk ([#40](https://github.com/fluencelabs/sqlite-wasm-connector/issues/40)) ([67c8261](https://github.com/fluencelabs/sqlite-wasm-connector/commit/67c8261ea910964d45f0df544efeb1119b80f181)) +* **deps:** update rust crate bytesize to 1.3.0 ([#32](https://github.com/fluencelabs/sqlite-wasm-connector/issues/32)) ([cac0f63](https://github.com/fluencelabs/sqlite-wasm-connector/commit/cac0f63bbc77ba0a93b56da09d7d2565e2841087)) + ## [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) diff --git a/Cargo.toml b/Cargo.toml index f09cbcd0..c49e9315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.0" +version = "0.9.1" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",