Skip to content

Commit

Permalink
Version 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken committed Mar 22, 2018
1 parent 7929af2 commit 27efc6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.28.0+1 - 2018-03-22

* Remove use of `Maps.mapToString` in `LruMap`.
* Add @visibleForTesting annotation in `AvlTreeSet`.

#### 0.28.0 - 2018-01-19

* BREAKING CHANGE: The signature of `MultiMap`'s `update` stub has changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add Quiver to your project's pubspec.yaml file and run `pub get`.
We recommend the following version constraint:

dependencies:
quiver: '>=0.28.0 <0.29.0'
quiver: '>=0.28.1 <0.29.0'

# Main Libraries

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quiver
version: 0.28.0
version: 0.28.1
authors:
- Justin Fagnani <justinfagnani@google.com>
- Yegor Jbanov <yjbanov@google.com>
Expand Down

0 comments on commit 27efc6c

Please sign in to comment.