Skip to content

Commit b94da69

Browse files
authored
Bump to 0.9.2 (#315)
1 parent cf02def commit b94da69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

44
## master
55

6+
## [0.9.2]
7+
8+
- Fixed: occasionally wrong status bar style (#313)
9+
- Infrastructure: added UI Test suite (#314)
10+
- Infrastructure: disabled "Autocreate schemes" (#308)
11+
612
## [0.9.1]
713

814
- Fixed: only box up content for `.view` introspection (#305)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Install
6565
```swift
6666
let package = Package(
6767
dependencies: [
68-
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.9.1"),
68+
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.9.2"),
6969
],
7070
targets: [
7171
.target(name: <#Target Name#>, dependencies: [

0 commit comments

Comments
 (0)