Release v0.8.0

This commit is contained in:
shilangyu 2022-01-14 19:28:46 +01:00
parent d3d56aaf75
commit ca4fa3f871
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased ## v0.8.0 - 2022-01-14
### Added ### Added

View File

@ -0,0 +1,7 @@
### Added
- Support for Lemmy v0.15.0
### Changed
- "Time ago" strings, dates, and compact numbers are now localized

View File

@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.0+18 version: 0.8.0+19
environment: environment:
sdk: ">=2.15.0 <3.0.0" sdk: ">=2.15.0 <3.0.0"