Skip to content

Commit

Permalink
Bump 0.3.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee authored Dec 7, 2024
1 parent cb13a07 commit f535942
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.2

- Add `combineLatest`, `merge` and `zip` event extension methods (#20)
- Add `sendStream` method to `RequestManager` (#21)
- Add more cancellation functionality (#19)

## 0.3.1

- Avoid concurrent modification errors (#14)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dart_mediator
description: >
A simple yet highly configurable Mediator implementation
that allows sending requests and publishing events.
version: 0.3.1
version: 0.3.2
repository: https://github.com/MatthiWare/mediator.dart
issue_tracker: https://github.com/MatthiWare/mediator.dart/issues

Expand All @@ -17,6 +17,6 @@ dependencies:
meta: ^1.9.0

dev_dependencies:
lints: ">=3.0.0 <6.0.0"
lints: '>=3.0.0 <6.0.0'
test: ^1.24.9
mocktail: ^1.0.1

0 comments on commit f535942

Please sign in to comment.