Skip to content

Commit

Permalink
prepare for v0.27.5 (#688)
Browse files Browse the repository at this point in the history
* prepare for v0.27.5

* changelog
  • Loading branch information
hoc081098 authored Jul 16, 2022
1 parent de526d5 commit e13dad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.27.5
## 0.27.5 (2022-07-16)

### Bug fixes

Expand All @@ -19,10 +19,6 @@

* Fix `concatEager`: `activeSubscription` should be changed to next subscription.

### Features

### Documentation

### Code refactoring

* Change return type of `pairwise` to `Stream<List<T>>`.
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: rxdart
version: 0.27.4
version: 0.27.5
description: >
RxDart is an implementation of the popular reactiveX api for asynchronous
programming, leveraging the native Dart Streams api.
Expand Down

0 comments on commit e13dad0

Please sign in to comment.