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: 0.9.1 #84

Merged
merged 3 commits into from
Aug 2, 2024
Merged

release: 0.9.1 #84

merged 3 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. add missing "return" statements after errors

    Adding these early returns is necessary so that the request doesn't
    continue executing the remainder of the function
    brianphillips committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c02e3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    138ae58 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #83 from brianphillips/fix-early-returns

    fix: add missing "return" statements after errors
    t1agob committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b41c118 View commit details
    Browse the repository at this point in the history