Skip to content

Commit 121c146

Browse files
authored
Bump to 0.12.0 (#344)
1 parent 51dc4bd commit 121c146

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
## [0.12.0]
7+
68
- Added: `@Weak` property wrapper (#341)
79
- Documentation: added advanced usage section to README (#341)
810
- Documentation: added community projects section to README (#342)

README.md

+1-1
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.11.0"),
68+
.package(url: "https://github.com./siteline/swiftui-introspect", from: "0.12.0"),
6969
],
7070
targets: [
7171
.target(name: <#Target Name#>, dependencies: [

0 commit comments

Comments
 (0)