Skip to content

Commit 9387347

Browse files
committed
🖉 Update changelog with v2.1.0
1 parent fc12f05 commit 9387347

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v2.1.0](https://github.com/devlooped/Merq/tree/v2.1.0) (2025-05-14)
4+
5+
[Full Changelog](https://github.com/devlooped/Merq/compare/v2.0.0...v2.1.0)
6+
7+
:sparkles: Implemented enhancements:
8+
9+
- Switch to ValueTask\<T\> and refactor Notify \> NotifyAsync [\#125](https://github.com/devlooped/Merq/issues/125)
10+
- Add .NET8-specific forget Task implementation [\#162](https://github.com/devlooped/Merq/pull/162) (@kzu)
11+
- Change NotifyAsync to Task from ValueTask [\#160](https://github.com/devlooped/Merq/pull/160) (@kzu)
12+
- Rename Notify \> NotifyAsync to allow async eventing scenarios [\#156](https://github.com/devlooped/Merq/pull/156) (@kzu)
13+
314
## [v2.0.0](https://github.com/devlooped/Merq/tree/v2.0.0) (2024-01-29)
415

516
[Full Changelog](https://github.com/devlooped/Merq/compare/v2.0.0-rc.6...v2.0.0)

0 commit comments

Comments
 (0)