Skip to content

Commit

Permalink
fix podspec and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ivlev committed Jul 8, 2022
1 parent c78b39b commit 8352400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.3.5
* fix makeGraph while use container hierarchy

# 4.3.4
* Add simple one modificator injection into initialize method. For example:
Old: `container.register { Cat(name: arg($0), owner: $1, home: $2) }`
Expand Down
2 changes: 1 addition & 1 deletion DITranquillity.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'DITranquillity'
s.version = '4.3.4'
s.version = '4.3.5'
s.summary = 'DITranquillity - Dependency injection for iOS/macOS/tvOS (Swift) '

s.description = <<-DESC
Expand Down

0 comments on commit 8352400

Please sign in to comment.