Skip to content

Commit 4bc4e1a

Browse files
committed
Bump version to 0.2.0 for video support release
Add getServiceAuth to endpointStatus.md Add video support to history.md
1 parent 7a3760f commit 4bc4e1a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/docs/endpointStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@
7878
| **Server** | [com.atproto.server.describeServer](https://docs.bsky.app/docs/api/com-atproto-server-describe-server) | `AtProtoAgent.DescribeServer()` ||
7979
| | [com.atproto.server.createSession](https://docs.bsky.app/docs/api/com-atproto-server-create-session) | `AtProtoAgent.Login()` ||
8080
| | [com.atproto.server.deleteSession](https://docs.bsky.app/docs/api/com-atproto-server-delete-session) | `AtProtoAgent.Logout()` ||
81+
| | [com.atproto.server.getServiceAuth](https://docs.bsky.app/docs/api/com-atproto-server-get-service-auth) | `AtProtoAgent.GetServiceAuth()` ||
8182
| | [com.atproto.server.getSession](https://docs.bsky.app/docs/api/com-atproto-server-get-session) | `AtProtoAgent.GetSession()` ||
8283
| | [com.atproto.server.refreshSession](https://docs.bsky.app/docs/api/com-atproto-server-refresh-session) | `AtProtoAgent.RefreshSession()` ||

history.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# idunno.Bluesky Version History
22

3+
## 0.2.0
4+
5+
### Features
6+
7+
#### idunno.AtProto
8+
9+
* Add support for GetServiceAuth()
10+
11+
#### idunno.Bluesky
12+
13+
* Add support for video
14+
315
## 0.1.3
416

517
### Features
@@ -17,7 +29,7 @@
1729

1830
### Docs
1931

20-
* Added Profile editing sample
32+
* Add Profile editing sample
2133

2234
## 0.1.2
2335

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.1.3-prerelease",
3+
"version": "0.2.0-prerelease",
44
"publicReleaseRefSpec": [
55
"^refs\/heads\/rel\/.*$"
66
],

0 commit comments

Comments
 (0)