chore(release): aspens 0.5.0#108
Merged
Merged
Conversation
Minor bump (not patch) because the tech-debt sweep landed since 0.4.3 removed several public items. Per the Versioning section in README.md, source-breaking changes to `aspens::*` move the minor number, not the patch. Breaking removals (full list in CHANGELOG): - The 7 legacy `privkey: String` wrappers across send_order / cancel_order / deposit / withdraw / balance / auth. - The legacy two-chain `balance::balance` + its `call_get_*` privkey-derived helpers and `balance_table`. - The `chain_client::derive_associated_token_account` re-export. - `aspens::grpc` is now `#[doc(hidden)]` (still resolvable, no longer in the documented public API). Everything else under 0.5.0 in the changelog is additive or non-breaking — new tests, the `aspens-cliutil` crate, supply-chain CI, file splits, lean-signing fixes, docstring corrections. All gates green locally: - cargo build --workspace - cargo test --workspace --all-features - cargo test -p aspens --no-default-features --features evm,solana - cargo clippy --workspace --all-targets --all-features -- -D warnings - cargo deny --workspace check - RUSTDOCFLAGS="-D warnings" cargo doc --workspace --no-deps --all-features - cargo fmt --all -- --check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor bump (not patch) because the tech-debt sweep landed since 0.4.3 removed several public items. Per the Versioning section in README.md, source-breaking changes to
aspens::*move the minor number, not the patch.Breaking removals (full list in CHANGELOG):
privkey: Stringwrappers across send_order / cancel_order / deposit / withdraw / balance / auth.balance::balance+ itscall_get_*privkey-derived helpers andbalance_table.chain_client::derive_associated_token_accountre-export.aspens::grpcis now#[doc(hidden)](still resolvable, no longer in the documented public API).Everything else under 0.5.0 in the changelog is additive or non-breaking — new tests, the
aspens-cliutilcrate, supply-chain CI, file splits, lean-signing fixes, docstring corrections.All gates green locally: