We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dc4bd commit 121c146Copy full SHA for 121c146
CHANGELOG.md
@@ -3,6 +3,8 @@ Changelog
3
4
## master
5
6
+## [0.12.0]
7
+
8
- Added: `@Weak` property wrapper (#341)
9
- Documentation: added advanced usage section to README (#341)
10
- Documentation: added community projects section to README (#342)
README.md
@@ -65,7 +65,7 @@ Install
65
```swift
66
let package = Package(
67
dependencies: [
68
- .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.11.0"),
+ .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.12.0"),
69
],
70
targets: [
71
.target(name: <#Target Name#>, dependencies: [
0 commit comments