tag name | v0.3.0 (abe5ab89db45b7cee7fd562b170e69b913faf067) |
tag date | 2024-05-31 17:40:12 +0200 |
tagged by | Gitea <gitea@fake.local> |
tagged object | commit 9830fb4578... |
download | forgejo-api-0.3.0.tar.xz forgejo-api-0.3.0.zip |
---|
v0.3.0
- [`oauth_get_access_token`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.oauth_get_access_token) to get an OAuth token after getting user confirmation.
- API Authorization with an OAuth token
- `Issue` and `PullRequest`'s `state` field are now an enum instead of `String`s
- `ssh_url` fields are now `url::Url` instead of `String`s