Bump version to 0.2.0
This commit is contained in:
parent
9a0a11e33f
commit
a8c3cd8c90
3 changed files with 8 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1703,7 +1703,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mitra"
|
name = "mitra"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-files",
|
"actix-files",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mitra"
|
name = "mitra"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Mitra backend"
|
description = "Mitra backend"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,7 @@ Federated social network with smart contracts.
|
||||||
- Converting posts into NFTs.
|
- Converting posts into NFTs.
|
||||||
- More crypto features in the future.
|
- More crypto features in the future.
|
||||||
|
|
||||||
**WIP: Mitra is not ready for production yet.**
|
Demo instance: https://mitra.social/ (invite-only)
|
||||||
|
|
||||||
Demo instance: https://test.mitra.social/ (invite-only)
|
|
||||||
|
|
||||||
Smart contracts repo: https://codeberg.org/silverpill/mitra-contracts
|
Smart contracts repo: https://codeberg.org/silverpill/mitra-contracts
|
||||||
|
|
||||||
|
@ -84,11 +82,16 @@ POST /api/v1/accounts/{account_id}/follow
|
||||||
POST /api/v1/accounts/{account_id}/unfollow
|
POST /api/v1/accounts/{account_id}/unfollow
|
||||||
GET /api/v1/directory
|
GET /api/v1/directory
|
||||||
GET /api/v1/instance
|
GET /api/v1/instance
|
||||||
|
GET /api/v1/markers
|
||||||
|
POST /api/v1/markers
|
||||||
POST /api/v1/media
|
POST /api/v1/media
|
||||||
|
GET /api/v1/notifications
|
||||||
GET /api/v2/search
|
GET /api/v2/search
|
||||||
POST /api/v1/statuses
|
POST /api/v1/statuses
|
||||||
GET /api/v1/statuses/{status_id}
|
GET /api/v1/statuses/{status_id}
|
||||||
GET /api/v1/statuses/{status_id}/context
|
GET /api/v1/statuses/{status_id}/context
|
||||||
|
POST /api/v1/statuses/{status_id}/favourite
|
||||||
|
POST /api/v1/statuses/{status_id}/unfavourite
|
||||||
GET /api/v1/timelines/home
|
GET /api/v1/timelines/home
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue