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

Release 5.0.0 #2133

Merged
merged 20 commits into from
Mar 13, 2024
Merged

Release 5.0.0 #2133

merged 20 commits into from
Mar 13, 2024

Commits on Mar 4, 2024

  1. Release 5.0.0

    SkymanOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3896cdf View commit details
    Browse the repository at this point in the history
  2. update lock file

    SkymanOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4a778e8 View commit details
    Browse the repository at this point in the history
  3. add release summary

    SkymanOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b296b4d View commit details
    Browse the repository at this point in the history
  4. fix typos

    SkymanOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6aae647 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. update changelog

    SkymanOne committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6a932a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. update changelog

    SkymanOne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    08f1087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b1b00 View commit details
    Browse the repository at this point in the history
  3. update release notes

    SkymanOne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e633876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d786de3 View commit details
    Browse the repository at this point in the history
  5. typo

    SkymanOne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c283a6a View commit details
    Browse the repository at this point in the history
  6. add migration guide notice

    SkymanOne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    00e0553 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix typo

    SkymanOne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ffec19e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Michael Müller <[email protected]>
    Gherman and cmichi authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    87f5cc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    47ac7ad View commit details
    Browse the repository at this point in the history
  2. finish merge

    SkymanOne committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3f24a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1aa5ac View commit details
    Browse the repository at this point in the history
  4. update changelog

    SkymanOne committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    011b775 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump drink to 14.0.0 and fix drink_client

    Note that there is a breaking API change in this commit
    The new syntax to specify a custom sandbox is now:
    ```diff
    -        #[ink_e2e::test(backend(runtime_only(runtime = ink_e2e::MinimalRuntime)))]
    +        #[ink_e2e::test(backend(runtime_only(sandbox = ink_e2e::MinimalSandbox)))]
    ```
    pgherveou committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e346592 View commit details
    Browse the repository at this point in the history
  2. replace the export

    SkymanOne committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a6a0fae View commit details
    Browse the repository at this point in the history
  3. Reexport subxt_signer

    cmichi committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8625f32 View commit details
    Browse the repository at this point in the history