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: prepare tokio-util v0.6.1 release #3402

Merged
merged 8 commits into from
Jan 12, 2021

Commits on Jan 10, 2021

  1. chore: prepare tokio-util v0.6.1 release

    # 0.6.1 (January 10, 2020)
    
    ### Added
    
    - codec: `get_ref()`, `get_mut()`, `get_pin_mut()` and `into_inner()` for
      `Framed`, `FramedRead`, `FramedWrite`, `StreamReader`, `StreamReader`,
      `StreamReader` and `StreamReader` (tokio-rs#3364).
    - codec: `write_buffer()` and `write_buffer_mut()` for `Framed` and
      `FramedWrite` (tokio-rs#3387).
    tesaguri committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    d0a8ffc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Update date in changelog

    Darksonn authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b0c7ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. chore: fix typo in CHANGELOG

    tesaguri committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2aae972 View commit details
    Browse the repository at this point in the history
  2. Update date

    Darksonn authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    734c582 View commit details
    Browse the repository at this point in the history
  3. Remove path dependencies

    Darksonn committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a582ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4974371 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove path dependencies"

    This reverts commit a582ad3.
    Darksonn committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c1f130d View commit details
    Browse the repository at this point in the history
  6. Revert "Remove more path dependencies"

    This reverts commit 4974371.
    Darksonn committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    cccd033 View commit details
    Browse the repository at this point in the history