docs: update changelog
This commit is contained in:
parent
48a9bea2f7
commit
42effc2908
2 changed files with 6 additions and 1 deletions
|
@ -8,5 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 1.0.0-alpha.2
|
||||||
|
- Added l10n support
|
||||||
|
- Added support for page downloads
|
||||||
|
- Added interactive maps through flutter_map
|
||||||
|
|
||||||
## 1.0.0-alpha.1
|
## 1.0.0-alpha.1
|
||||||
- First version
|
- First version
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# 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
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.0.0-alpha.2+2
|
version: 1.0.0-alpha.2+3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0'
|
sdk: '>=3.0.0'
|
||||||
|
|
Loading…
Reference in a new issue