Skip to content

Commit a08c875

Browse files
mit-mitkevmoo
authored andcommitted
Fix a few Pub health issues (flutter#15)
* Add badges * Prep for release + longer description * Update CHANGELOG.md
1 parent d215e96 commit a08c875

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5
2+
3+
* Update package metadata & add `example/` folder
4+
15
## 1.0.4
26

37
* Now requires Dart 2.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Pub Package](https://img.shields.io/pub/v/boolean_selector.svg)](https://pub.dev/packages/boolean_selector)
2+
[![Build Status](https://travis-ci.org/dart-lang/boolean_selector.svg?branch=master)](https://travis-ci.org/dart-lang/boolean_selector)
3+
14
The `boolean_selector` package defines a simple and flexible syntax for boolean
25
expressions. It can be used for filtering based on user-defined expressions. For
36
example, the [`test`][test] package uses boolean selectors to allow users to

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: boolean_selector
2-
version: 1.0.5-dev
3-
description: A flexible syntax for boolean expressions.
2+
version: 1.0.5
3+
description: A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/boolean_selector
66

0 commit comments

Comments
 (0)