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.4.1 #112

Merged
merged 2 commits into from
Oct 19, 2023
Merged

chore: release v0.4.1 #112

merged 2 commits into from
Oct 19, 2023

Conversation

frol
Copy link
Contributor

@frol frol commented Oct 11, 2023

🤖 New release

  • cargo-near: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)

⚠️ cargo-near 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.24.0/src/lints/enum_variant_added.ron

Failed in:
  variant NearCommandDiscriminants:CreateDevAccount in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:31
  variant NearCommandDiscriminants:Deploy in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:34
  variant NearCommandDiscriminants:CreateDevAccount in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:31
  variant NearCommandDiscriminants:Deploy in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:34
  variant CliNearCommand:CreateDevAccount in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:8
  variant CliNearCommand:Deploy in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:8
  variant NearCommand:CreateDevAccount in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:31
  variant NearCommand:Deploy in /tmp/.tmptlX4be/cargo-near/cargo-near/src/commands/mod.rs:34
Changelog

0.5.0 - 2023-10-19

Added

  • New command - deploy (#113)
  • New command - create-dev-account (#108)

Fixed

  • cargo near build now works on Windows (#110)

Other

  • remove #[ignore] from parts of test suite, using near-workspaces (#111)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz/2023-10-11T20-52-49Z branch from 6f9b375 to fc9f6d4 Compare October 12, 2023 08:44
Signed-off-by: Vlad Frolov <[email protected]>
@frol frol changed the title chore: release v0.4.1 chore: release v0.5.0 Oct 19, 2023
@frol frol force-pushed the release-plz/2023-10-11T20-52-49Z branch from fc9f6d4 to a83debd Compare October 19, 2023 11:13
@frol frol changed the title chore: release v0.5.0 chore: release v0.4.1 Oct 19, 2023
@frol frol enabled auto-merge (squash) October 19, 2023 13:26
@frol frol merged commit 3037df3 into main Oct 19, 2023
14 checks passed
@frol frol deleted the release-plz/2023-10-11T20-52-49Z branch October 19, 2023 13:46
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