From e38d8c77972a2b80a8d48d2416a996f9429a3aed Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:23:09 +0300 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.1 --- .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 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..bb230f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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-23) + + +### Bug Fixes + +* **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 afb7451c..97b1f9a9 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 ",