Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.8.0 #295

Merged
merged 1 commit into from
Feb 19, 2024
Merged

chore: release v0.8.0 #295

merged 1 commit into from
Feb 19, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Feb 4, 2024

🤖 New release

  • near-cli-rs: 0.7.8 -> 0.8.0 (⚠️ API breaking changes)

⚠️ near-cli-rs breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant ContractActionsDiscriminants:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:35
  variant ContractActionsDiscriminants:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:38
  variant ContractActionsDiscriminants:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:35
  variant ContractActionsDiscriminants:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:38
  variant CliContractActions:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:17
  variant CliContractActions:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:17
Changelog

0.8.0 - 2024-02-19

Added

  • Added inspect and download-abi commands for contracts! (#293)

Fixed

  • Fixed incorrect serialization in staking delegation commands that required to input amounts (#300)
  • Fixed a syntax error in CI (publish-to-npm.yml)


This PR was generated with release-plz.

@frol frol changed the title chore: release v0.7.9 chore: release v0.8.0 Feb 19, 2024
@frol frol force-pushed the release-plz-2024-02-04T08-08-46Z branch from 1f6b122 to ac5dad3 Compare February 19, 2024 12:12
Signed-off-by: Vlad <[email protected]>
@frol frol force-pushed the release-plz-2024-02-04T08-08-46Z branch from ac5dad3 to 87bb681 Compare February 19, 2024 13:23
@frol frol merged commit 7b89ce3 into main Feb 19, 2024
9 checks passed
@frol frol deleted the release-plz-2024-02-04T08-08-46Z branch February 19, 2024 14:55
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