Skip to content

Commit

Permalink
Ready for 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Dec 2, 2023
1 parent d2ba186 commit a662d73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.0

- Addg `Subject.isObserved` (thanks to [tsouza](https://github.com/tsouza)).
- Add "inclusive" option to `Observable.takeWhile` (thanks to [tsouza](https://github.com/tsouza)).

## 0.3.0

- Dart 3.0 requirement.
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: rx
version: 0.3.0
version: 0.4.0

homepage: https://github.com/renggli/dart-rx
description: Reactive Extensions Library for Dart providing an API for asynchronous programming
Expand Down

0 comments on commit a662d73

Please sign in to comment.