diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c37770a8daa3d5ebf7e25450aa1b299d2b873a..9e146857496cc936fd2bfa41d483af53dc5b370a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.6+2 + +- Set max SDK version to `<3.0.0`, and adjust other dependencies. + # 0.9.6+1 - Stop using deprecated constants from the SDK. diff --git a/pubspec.yaml b/pubspec.yaml index e1fe578148518108c3bbfe6aa2dee15d79d8eae8..97e27ef934144948b6c5acca78528c4db492b304 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,12 @@ name: mime -version: 0.9.6+1 -author: Dart Team <misc@dartlang.org> +version: 0.9.6+2 + description: Helper-package for working with MIME. +author: Dart Team <misc@dartlang.org> homepage: https://www.github.com/dart-lang/mime + environment: - sdk: '>=2.0.0-dev.20.0 <2.0.0' + sdk: '>=2.0.0-dev.20.0 <3.0.0' + dev_dependencies: - test: '^0.12.0' + test: ^1.2.0