chore: revert latest release commit (#133)

Revert "chore(master): release marine-rs-sdk 0.10.0 (#131)"

This reverts commit d6c1d609d9bfa263d1bd7de7e57fd10318338980.
This commit is contained in:
Valery Antopol 2023-09-13 16:52:08 +03:00 committed by GitHub
parent 2df081aabb
commit b55f05a15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 15 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.9.0"
}

View File

@ -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)

View File

@ -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,

View File

@ -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,

View File

@ -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,