v0.9.30
When you add a deploy key that contains a comment, the Bitbucket API splits out the comment and returns it in a separate `comment` field in the API. For example, `key = "ssh-rsa AAAA...=== my@comment.example"` API response ``` key = "ssh-rsa AAAA...===" comment = "my@comment.example" ```