Skip to content

Commit 133ee9e

Browse files
committed
Preapare for release 0.4.1
1 parent 610da31 commit 133ee9e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This is incredibly useful for:
121121
Add the dependency below to your `libs.versions.toml` file:
122122

123123
```toml
124-
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.4.0" }
124+
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.4.1" }
125125
```
126126

127127
Next, apply the plugin on your root's `build.gradle.kts` file like below:
@@ -135,8 +135,9 @@ alias(libs.plugins.stability.analyzer)
135135
It’s **strongly recommended to use the exact same Kotlin version** as this library. Using a different Kotlin version may lead to compilation errors during the build process.
136136

137137
| Stability Analyzer | Kotlin |
138-
|-------------|-------------|
139-
| 0.4.0 | 2.2.21 |
138+
|--------------------|-------------|
139+
| 0.4.1 | 2.2.21 |
140+
| 0.4.0 | 2.2.21 |
140141

141142
### TraceRecomposition Annotation
142143

compose-stability-analyzer-idea/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to the IntelliJ IDEA plugin will be documented in this file.
44

5+
## [0.4.1] - 2025-11-02
6+
7+
### Fixed
8+
- Fixed stability analysis for Compose shape types (RoundedCornerShape, CircleShape, etc.) to correctly show as STABLE instead of RUNTIME
9+
- Improved consistency between IDEA plugin and compiler plugin stability inference
10+
- Added Compose Foundation shapes to known stable types list
11+
12+
### Improved
13+
- Enhanced accuracy of stability analysis to match compiler plugin behavior
14+
15+
---
16+
517
## [0.4.0] - 2025-11-02
618

719
### Added

0 commit comments

Comments
 (0)