Skip to content

Commit d15c2b2

Browse files
Releasing 0.4.9
1 parent 18bf4aa commit d15c2b2

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ All notable changes to the library will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Upcoming
7+
## 0.4.9
88

99
### Fixed
1010
- iOS `StateObservable` no longer races on its cached state: the flow/state-flow collection now mutates `lastState` on the main actor instead of the background collection context, preventing a crash (`objc_opt_isKindOfClass` via SKIE `onEnum`) when the value is read during SwiftUI body evaluation
1111

12-
### Updates
13-
14-
### Breaking Changes
15-
1612
## 0.4.8
1713

1814
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ android.enableJetifier=true
44
android.useAndroidX=true
55
kotlin.mpp.stability.nowarn=true
66
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
7-
version=0.4.9-SNAPSHOT
7+
version=0.4.9

0 commit comments

Comments
 (0)