We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba8a6a commit 12e0326Copy full SHA for 12e0326
CHANGELOG
@@ -1,5 +1,9 @@
1
# Resolver Changelog
2
3
+### 1.2.1
4
+
5
+* Fix autorelease bug in WeakLazyInjected property wrapper
6
7
### 1.2
8
9
* Rewrite argument passing code to support multiple arguments
Resolver.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Resolver"
- s.version = "1.2.0"
+ s.version = "1.2.1"
s.summary = "An ultralight Dependency Injection / Service Locator framework for Swift on iOS."
s.homepage = "https://github.com/hmlongco/Resolver"
s.license = "MIT"
0 commit comments