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

Prepare release 0.11.0 #145

Merged
merged 11 commits into from
Feb 21, 2023
Merged

Prepare release 0.11.0 #145

merged 11 commits into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    c0845ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af1114a View commit details
    Browse the repository at this point in the history
  3. Bump renderdoc-sys crate version to 1.0.0

    It's high time for this crate to commit to a 1.x semantic versioning
    range. The likelihood this API will continue to churn is very low, and
    if it ever does, compatibility guarantees should be conveyed explicitly
    using the crate version number.
    ebkalderon committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b8b434f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef77fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9463d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d17815c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d08825 View commit details
    Browse the repository at this point in the history
  8. Gracefully handle RenderDoc absence in triangle.rs example

    According to the upstream RenderDoc documentation, applications should
    not panic if RenderDoc isn't loaded. Instead, they should handle its
    absence gracefully and continue running. The `triangle.rs` example
    should demonstrate this usage clearly.
    
    We should update the `README.md` accordingly too, but considering a
    total rewrite of this library is coming very soon, it probably isn't
    worth investing too much time into that.
    ebkalderon committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fe3b4ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bdb51a View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    ebkalderon committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3e95a0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3601d21 View commit details
    Browse the repository at this point in the history