Skip to content

Commit

Permalink
Bump 0.3.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee authored Jul 7, 2024
1 parent 4c766ce commit 6f1b546
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.1

- Avoid concurrent modification errors (#14)
- Remove empty event handlers assert (#15)
- Fix unhandled exception when using multiple concrete pipelines (#17)

## 0.3.0

- Reworked `registerFactory` methods used on `RequestManager`, `EventManager` and `PipelineConfigurator` to be extension methods (#9)
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.0
version: 0.3.1
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 <5.0.0"
lints: '>=3.0.0 <5.0.0'
test: ^1.24.9
mocktail: ^1.0.1

0 comments on commit 6f1b546

Please sign in to comment.