Skip to content

Commit 6f1b546

Browse files
authored
Bump 0.3.1 (#18)
1 parent 4c766ce commit 6f1b546

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.1
2+
3+
- Avoid concurrent modification errors (#14)
4+
- Remove empty event handlers assert (#15)
5+
- Fix unhandled exception when using multiple concrete pipelines (#17)
6+
17
## 0.3.0
28

39
- Reworked `registerFactory` methods used on `RequestManager`, `EventManager` and `PipelineConfigurator` to be extension methods (#9)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dart_mediator
22
description: >
33
A simple yet highly configurable Mediator implementation
44
that allows sending requests and publishing events.
5-
version: 0.3.0
5+
version: 0.3.1
66
repository: https://github.com/MatthiWare/mediator.dart
77
issue_tracker: https://github.com/MatthiWare/mediator.dart/issues
88

@@ -17,6 +17,6 @@ dependencies:
1717
meta: ^1.9.0
1818

1919
dev_dependencies:
20-
lints: ">=3.0.0 <5.0.0"
20+
lints: '>=3.0.0 <5.0.0'
2121
test: ^1.24.9
2222
mocktail: ^1.0.1

0 commit comments

Comments
 (0)