Skip to content

chore: release v0.2.0 - #5

Merged
EwigMidori merged 1 commit into
mainfrom
release-plz-2026-05-13T15-54-01Z
May 14, 2026
Merged

chore: release v0.2.0#5
EwigMidori merged 1 commit into
mainfrom
release-plz-2026-05-13T15-54-01Z

Conversation

@github-actions

@github-actions github-actions Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • mkt-types: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • mkt-core: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • mkt-exchange-binance: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • mkt-exchange-bitget: 0.1.0 -> 0.2.0 (✓ API compatible changes)
  • mkt-exchange-bybit: 0.1.0 -> 0.2.0 (✓ API compatible changes)
  • mkt-exchange-mexc: 0.1.0 -> 0.2.0 (✓ API compatible changes)
  • mkt-exchange-okx: 0.1.0 -> 0.2.0 (✓ API compatible changes)
  • mkt: 0.1.0 -> 0.2.0 (✓ API compatible changes)

mkt-types breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field allowed_order_types of struct TradingConstraints, previously in file /tmp/.tmpWfrUHk/mkt-types/src/market.rs:326

mkt-core breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum PrivateSubscription in /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:34
  enum Subscription in /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:13
  enum MarketDataEvent in /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:43
  enum RawPayload in /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:75
  enum PrivateEvent in /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:62

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/inherent_method_missing.ron

Failed in:
  ExchangeConfig::new, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:71
  ExchangeConfig::with_rest_base_url, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:80
  ExchangeConfig::with_websocket_base_url, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:85
  ExchangeConfig::with_credentials, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:90
  ApiCredentials::new, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:26
  ApiCredentials::with_passphrase, previously in file /tmp/.tmpWfrUHk/mkt-core/src/config.rs:34

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/trait_method_added.ron

Failed in:
  trait method mkt_core::EventStream::close in file /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:84
  trait method mkt_core::PrivateEventStream::close in file /tmp/.tmpCbdBtQ/mkt/crates/mkt-core/src/stream.rs:91

mkt-exchange-binance breaking changes

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  QUOTE_QUANTITY in file /tmp/.tmpWfrUHk/mkt-exchange-binance/src/ext.rs:28
Changelog

mkt-types

0.2.0 - 2026-05-14

Added

  • (binance) add spot public websocket streams (#8)
  • (binance) support quote quantity spot orders (#6)

Other

  • config construction onto derive builders (#7)
  • (publish) add crates.io metadata to exchange crates

mkt-core

0.2.0 - 2026-05-14

Added

  • (binance) add spot public websocket streams (#8)

Other

  • config construction onto derive builders (#7)
  • (publish) add crates.io metadata to exchange crates

mkt-exchange-binance

0.2.0 - 2026-05-14

Added

  • (binance) add spot public websocket streams (#8)
  • (binance) support quote quantity spot orders (#6)

Other

  • (binance) soften unusable testnet credentials (#9)
  • config construction onto derive builders (#7)
  • (publish) add crates.io metadata to exchange crates

mkt-exchange-bitget

0.2.0 - 2026-05-14

Other

  • (publish) add crates.io metadata to exchange crates

mkt-exchange-bybit

0.2.0 - 2026-05-14

Other

  • (publish) add crates.io metadata to exchange crates

mkt-exchange-mexc

0.2.0 - 2026-05-14

Other

  • (publish) add crates.io metadata to exchange crates

mkt-exchange-okx

0.2.0 - 2026-05-14

Other

  • (publish) add crates.io metadata to exchange crates

mkt

0.2.0 - 2026-05-14

Added

  • (binance) support quote quantity spot orders (#6)


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release v0.1.1 chore: release v0.2.0 May 13, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-05-13T15-54-01Z branch from d4d376a to 10e0141 Compare May 13, 2026 18:22
@github-actions
github-actions Bot force-pushed the release-plz-2026-05-13T15-54-01Z branch from 10e0141 to 8c68911 Compare May 14, 2026 16:02
@EwigMidori

Copy link
Copy Markdown
Contributor

Temporarily closing and reopening to trigger required pull_request checks for the current release-plz head commit.

@EwigMidori EwigMidori closed this May 14, 2026
@EwigMidori EwigMidori reopened this May 14, 2026
@EwigMidori
EwigMidori added this pull request to the merge queue May 14, 2026
@EwigMidori
EwigMidori removed this pull request from the merge queue due to a manual request May 14, 2026
@EwigMidori
EwigMidori added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit bebbbd6 May 14, 2026
2 checks passed
@EwigMidori
EwigMidori deleted the release-plz-2026-05-13T15-54-01Z branch May 17, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant