From 796e24606cb3989fbb9e49afa8c6b973d4194047 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Thu, 7 Dec 2017 13:06:38 -0800 Subject: [PATCH] 0.15.0+1 release notes and version change --- CHANGELOG.md | 4 ++++ lib/dartdoc.dart | 2 +- pubspec.yaml | 2 +- testing/test_package_docs/index.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d444689168..bc936676d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.0+1 +* Move sdk_footer_text to resources directory for compatibility + with SDK build system (#1563) + ## 0.15.0 * Breaking change: Major internal refactoring of public/private, type definitions, templates, and warnings. (#1524, #1539) diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart index e6e3eddb67..f8a9a3d06f 100644 --- a/lib/dartdoc.dart +++ b/lib/dartdoc.dart @@ -35,7 +35,7 @@ export 'src/sdk.dart'; const String name = 'dartdoc'; // Update when pubspec version changes. -const String version = '0.15.0'; +const String version = '0.15.0+1'; final String defaultOutDir = path.join('doc', 'api'); diff --git a/pubspec.yaml b/pubspec.yaml index 28e59ed8dd..48ed85e3fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.15.0 +version: 0.15.0+1 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html index 61f0204697..9968edef16 100644 --- a/testing/test_package_docs/index.html +++ b/testing/test_package_docs/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs