CHANGELOG for 2.0 bump

This commit is contained in:
Tobe O 2019-04-11 12:05:33 -04:00
parent 9d22796000
commit 5fdad82fee
3 changed files with 12 additions and 7 deletions

2
.gitignore vendored
View file

@ -54,3 +54,5 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.dart_tool
.idea

2
CHANGELOG.md Normal file
View file

@ -0,0 +1,2 @@
# 2.0.0
* Angel 2 + Dart 2 updates.

View file

@ -1,13 +1,14 @@
name: angel_markdown
version: 1.0.0+1
description: Markdown view generator for Angel.
version: 2.0.0
description: Angel Markdown view generator. Write static sites, with no build step.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/markdown
environment:
sdk: ">=1.19.0"
sdk: ">=2.0.0-dev <3.0.0"
dependencies:
angel_framework: ^1.0.0
markdown: ^0.11.4
angel_framework: ^2.0.0-alpha
markdown: ^2.0.0
dev_dependencies:
angel_test: ^1.0.0
test: ^0.12.0
angel_test: ^2.0.0
pedantic: ^1.0.0
test: ^1.0.0