From b55f05a15c44c5ccc6a4bf1f1d550bc131b1938e Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Wed, 13 Sep 2023 16:52:08 +0300 Subject: [PATCH] chore: revert latest release commit (#133) Revert "chore(master): release marine-rs-sdk 0.10.0 (#131)" This reverts commit d6c1d609d9bfa263d1bd7de7e57fd10318338980. --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 11 ----------- crates/main/src/lib.rs | 2 +- crates/marine-macro-impl/src/lib.rs | 2 +- src/lib.rs | 2 +- 5 files changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7d9b009..76d5538 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed9723..fb22bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,5 @@ # Changelog -## [0.10.0](https://github.com/fluencelabs/marine-rs-sdk/compare/marine-rs-sdk-v0.9.0...marine-rs-sdk-v0.10.0) (2023-09-13) - - -### ⚠ BREAKING CHANGES - -* hide marine ABI exports under `marine-abi` feature ([#129](https://github.com/fluencelabs/marine-rs-sdk/issues/129)) - -### Features - -* hide marine ABI exports under `marine-abi` feature ([#129](https://github.com/fluencelabs/marine-rs-sdk/issues/129)) ([7059e84](https://github.com/fluencelabs/marine-rs-sdk/commit/7059e84635819925b7f84e5b61260037f2ceb265)) - ## [0.9.0](https://github.com/fluencelabs/marine-rs-sdk/compare/marine-rs-sdk-v0.8.1...marine-rs-sdk-v0.9.0) (2023-08-16) diff --git a/crates/main/src/lib.rs b/crates/main/src/lib.rs index 1b1d239..df83286 100644 --- a/crates/main/src/lib.rs +++ b/crates/main/src/lib.rs @@ -19,7 +19,7 @@ #![allow(clippy::missing_safety_doc)] #![allow(clippy::needless_doctest_main)] -#![doc(html_root_url = "https://docs.rs/marine-rs-sdk-main/0.10.0")] // x-release-please-version +#![doc(html_root_url = "https://docs.rs/marine-rs-sdk-main/0.9.0")] // x-release-please-version #![deny( dead_code, nonstandard_style, diff --git a/crates/marine-macro-impl/src/lib.rs b/crates/marine-macro-impl/src/lib.rs index 4dacf73..b18276b 100644 --- a/crates/marine-macro-impl/src/lib.rs +++ b/crates/marine-macro-impl/src/lib.rs @@ -14,7 +14,7 @@ * limitations under the License. */ -#![doc(html_root_url = "https://docs.rs/marine-macro-impl/0.10.0")] // x-release-please-version +#![doc(html_root_url = "https://docs.rs/marine-macro-impl/0.9.0")] // x-release-please-version #![deny( dead_code, nonstandard_style, diff --git a/src/lib.rs b/src/lib.rs index 8fdd87a..57a783c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -55,7 +55,7 @@ //! pub fn curl_get(url: String) -> String; //! } //! ``` -#![doc(html_root_url = "https://docs.rs/sdk/0.10.0")] // x-release-please-version +#![doc(html_root_url = "https://docs.rs/sdk/0.9.0")] // x-release-please-version #![deny( dead_code, nonstandard_style,