Release v0.6.0

This commit is contained in:
krawieck 2021-09-06 11:05:07 +02:00
parent 979129314a
commit f3e8b3615e
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## v0.6.0 - 2021-09-06
### Added

View File

@ -0,0 +1,4 @@
### Added
- Support for Lemmy v0.12.0
- Show cake day on a user's profile and next to their name in a comment

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.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.5.0+16
version: 0.6.0+17
environment:
sdk: ">=2.12.0 <3.0.0"