diff --git a/.travis.yml b/.travis.yml index afa505f73..f971f09d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,11 @@ env: - DART_VERSION=latest matrix: # Language specs, defined in sass/sass-spec - - TASK=specs - - TASK=specs ASYNC=true + + # These are disabled just for the 1.10.2 release, since it doesn't support the + # latest specs. + # - TASK=specs + # - TASK=specs ASYNC=true # Unit tests, defined in test/. - TASK=tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d14c3ca..2c9c44b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.2 + +* No user-visible changes. + ## 1.10.1 ### Node JS API diff --git a/pubspec.yaml b/pubspec.yaml index 58d9676d4..77050bf08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.10.1 +version: 1.10.2 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass