Skip to content

Commit

Permalink
chore(publish): prepare for v0.27.6 (#697)
Browse files Browse the repository at this point in the history
* chore(publish): prepare for v0.27.6

* chore(publish): prepare for v0.27.6
  • Loading branch information
hoc081098 authored Nov 11, 2022
1 parent 9464cdd commit 8916c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.27.6 (2022-11-11)

* `Rx.using`/`UsingStream`: `resourceFactory` can now return a `Future`.
This allows for asynchronous resource creation.

* `Rx.range`/`RangeStream`: ensure `RangeStream` is only listened to once.

## 0.27.5 (2022-07-16)

### Bug fixes
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.5
version: 0.27.6
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 8916c7c

Please sign in to comment.