Skip to content

Commit

Permalink
Version 0.9.7+3 Widen the version constraint on dependency package_co…
Browse files Browse the repository at this point in the history
…nfig

Package package_config has released version 1.0.0, with a stable API.
  • Loading branch information
whesse authored Aug 31, 2016
2 parents fbf7c57 + e01f2f0 commit cd830e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.7+3
* Extended package_config dependency to include stable 1.0.0 api.

## 0.9.7+2
* fixed a regression with generating package docs (#1233)

Expand Down
2 changes: 1 addition & 1 deletion lib/dartdoc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export 'src/package_meta.dart';

const String name = 'dartdoc';
// Update when pubspec version changes.
const String version = '0.9.7+2';
const String version = '0.9.7+3';

final String defaultOutDir = path.join('doc', 'api');

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Also update the `version` field in lib/dartdoc.dart.
version: 0.9.7+2
version: 0.9.7+3
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand All @@ -15,7 +15,7 @@ dependencies:
logging: '>=0.9.0 <0.12.0'
markdown: ^0.10.1
mustache4dart: ^1.0.9
package_config: ^0.1.5
package_config: '>=0.1.5 <2.0.0'
path: ^1.3.0
quiver: '>=0.18.0 <0.23.0'
resource: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion testing/test_package_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="made with love by dartdoc 0.9.7+2">
<meta name="generator" content="made with love by dartdoc 0.9.7+3">
<meta name="description" content="test_package API docs, for the Dart programming language.">
<title>test_package - Dart API docs</title>

Expand Down

0 comments on commit cd830e7

Please sign in to comment.