Skip to content

Commit

Permalink
Bump to 0.12.0 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Aug 28, 2023
1 parent 51dc4bd commit 121c146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

## master

## [0.12.0]

- Added: `@Weak` property wrapper (#341)
- Documentation: added advanced usage section to README (#341)
- Documentation: added community projects section to README (#342)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Install
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.11.0"),
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.12.0"),
],
targets: [
.target(name: <#Target Name#>, dependencies: [
Expand Down

0 comments on commit 121c146

Please sign in to comment.