Release v0.8.0
This commit is contained in:
parent
d3d56aaf75
commit
ca4fa3f871
|
@ -1,4 +1,4 @@
|
||||||
## Unreleased
|
## v0.8.0 - 2022-01-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for Lemmy v0.15.0
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- "Time ago" strings, dates, and compact numbers are now localized
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue