From 38bd80b827e0d436155a650fca9982a63807e799 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:05:35 +0200 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.10.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1b1f6a80..7d9b009d 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27393350..9293ab09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.10.0](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.4...marine-sqlite-connector-v0.10.0) (2024-02-14) + + +### ⚠ BREAKING CHANGES + +* **deps:** update rust crate marine-rs-sdk to 0.12.0 ([#54](https://github.com/fluencelabs/sqlite-wasm-connector/issues/54)) + +### Bug Fixes + +* **deps:** update rust crate marine-rs-sdk to 0.12.0 ([#54](https://github.com/fluencelabs/sqlite-wasm-connector/issues/54)) ([a613613](https://github.com/fluencelabs/sqlite-wasm-connector/commit/a613613e4e0f28393ca53c3111e1c07463bdf277)) + ## [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) diff --git a/Cargo.toml b/Cargo.toml index 2ed2b404..a6c43743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.4" +version = "0.10.0" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",