Skip to content

Commit 12e0326

Browse files
author
Michael Long
committed
Update for 1.2.1
1 parent cba8a6a commit 12e0326

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Resolver Changelog
22

3+
### 1.2.1
4+
5+
* Fix autorelease bug in WeakLazyInjected property wrapper
6+
37
### 1.2
48

59
* Rewrite argument passing code to support multiple arguments

Resolver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Resolver"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "An ultralight Dependency Injection / Service Locator framework for Swift on iOS."
55
s.homepage = "https://github.com/hmlongco/Resolver"
66
s.license = "MIT"

0 commit comments

Comments
 (0)