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

feat!: split crates into multiple to isolate breaking changes #272

Merged
merged 39 commits into from
Apr 11, 2023

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    7f3c30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3932079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca3071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91f96c6 View commit details
    Browse the repository at this point in the history
  5. Remove derive feature flag

    We don't want this in our dependency tree.
    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d0e8215 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcf8135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cee44e View commit details
    Browse the repository at this point in the history
  8. Deprecate serde-codec

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c1e5355 View commit details
    Browse the repository at this point in the history
  9. Remove git blame file

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2dbeded View commit details
    Browse the repository at this point in the history
  10. Run rustfmt

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f3a4c8b View commit details
    Browse the repository at this point in the history
  11. Reduce number of cfgs

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d9aa346 View commit details
    Browse the repository at this point in the history
  12. Remove Result type

    Not common enough to variant a type alias.
    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2bc4101 View commit details
    Browse the repository at this point in the history
  13. Make Error opaque

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2a96940 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aab78df View commit details
    Browse the repository at this point in the history
  15. Fix clippy lint

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e2e2229 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c32ce92 View commit details
    Browse the repository at this point in the history
  17. Update docs

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cb0d728 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    abbb7eb View commit details
    Browse the repository at this point in the history
  19. Remove outdated docs

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c502465 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e67be12 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4d3048c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5a97fdc View commit details
    Browse the repository at this point in the history
  23. Reduce diff

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0b85ce9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    960ec0e View commit details
    Browse the repository at this point in the history
  25. Minimize diff

    thomaseizinger committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    72601b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    b25bfcb View commit details
    Browse the repository at this point in the history
  2. Use dep: consistently

    thomaseizinger committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c0925a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb5c77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55759e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a679cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c44bfb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    40ea00c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb955f2 View commit details
    Browse the repository at this point in the history
  3. Merge imports

    thomaseizinger committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4f4e34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65b2ebc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    efc5caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48ac2c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b73894c View commit details
    Browse the repository at this point in the history
  2. Fix test

    thomaseizinger committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f5e46ca View commit details
    Browse the repository at this point in the history