Bump version
This commit is contained in:
parent
e24f01a2b5
commit
b2198985c8
4 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.11.0] - 2023-01-23
|
||||
|
||||
### Added
|
||||
|
||||
- Save sizes of media attachments and other files to database.
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1697,7 +1697,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mitra"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
@ -1752,7 +1752,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mitra-cli"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mitra"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
description = "Federated micro-blogging platform and content subscription service"
|
||||
license = "AGPL-3.0"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mitra-cli"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
license = "AGPL-3.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
|
Loading…
Reference in a new issue