Skip to content

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:58
· 3 commits to refs/heads/main since this release
27a4b19

This release changes some of the output behavior. In the past the client would write to stdout to tell the user what URI they should open their browser to. Writing to stdout in this way is unexpected for a library. We replace this behavior with the OutOrErrWriter that defaults to dropping output, but can be configured to use stdout.

Changes

🚀 Features

🐛 Bug Fixes