Bump version
This commit is contained in:
parent
94d99e81c4
commit
ab4d17a29d
3 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.9.0] - 2023-01-08
|
||||
|
||||
### Added
|
||||
|
||||
- Added `/api/v1/accounts/lookup` Mastodon API endpoint.
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1697,7 +1697,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mitra"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mitra"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
description = "Federated micro-blogging platform and content subscription service"
|
||||
license = "AGPL-3.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue