mirror of
https://github.com/samsonjs/AsyncMonitor.git
synced 2026-06-29 05:19:29 +00:00
Prepare for release 0.4.0
This commit is contained in:
parent
0eea671e65
commit
6130e27a3d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.4.0] - 2026-05-17
|
||||
|
||||
### Removed
|
||||
- **Breaking**: Dropped support for iOS 17 and macOS 14. Minimum platforms are now iOS 18.0 and macOS 15.0.
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
### Changed
|
||||
- The remaining `monitor` and `monitorValues` APIs no longer carry `@available` gates and rely on the actor-isolation-aware overloads that previously required iOS 18 / macOS 15.
|
||||
|
||||
[Unreleased]: https://github.com/samsonjs/AsyncMonitor/compare/0.3.1...HEAD
|
||||
[0.4.0]: https://github.com/samsonjs/AsyncMonitor/compare/0.3.1...0.4.0
|
||||
|
||||
## [0.3.1] - 2025-05-25
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue