Bump to 2.0.0

This commit is contained in:
Tobe O 2018-08-21 15:07:09 -04:00
parent f22919e55b
commit 21c207fe70
3 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,3 @@
language: dart language: dart
dart: dart:
- dev
- stable - stable

View file

@ -1,3 +1,6 @@
# 2.0.0
* Use Angel 2.
# 1.2.0-rc.0 # 1.2.0-rc.0
* Removed the `Configuration` class. * Removed the `Configuration` class.
* Removed the `ConfigurationTransformer` class. * Removed the `ConfigurationTransformer` class.

View file

@ -1,16 +1,15 @@
name: angel_configuration name: angel_configuration
description: Automatic YAML configuration loader for Angel. description: Automatic YAML configuration loader for Angel.
version: 1.2.0-rc.0 version: 2.0.0
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_configuration homepage: https://github.com/angel-dart/angel_configuration
environment: environment:
sdk: ">=1.8.0 <3.0.0" sdk: ">=2.0.0-dev <3.0.0"
dependencies: dependencies:
angel_framework: ^1.1.0-alpha angel_framework: ^2.0.0-alpha
dotenv: dotenv: ^1.0.0
git: https://github.com/thosakwe/dotenv.git file: ^5.0.0
file: ^2.0.0
merge_map: ^1.0.0 merge_map: ^1.0.0
yaml: ^2.0.0 yaml: ^2.0.0
dev_dependencies: dev_dependencies:
test: ^0.12.0 test: ^1.0.0