diff --git a/.swift-version b/.swift-version index 9f55b2c..5186d07 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 +4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5bb65..c9166d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,20 @@ All notable changes to this project will be documented in this file. #### 1.x Releases -- `1.4.x` Releases - [1.4.0](#140) +- `1.4.x` Releases - [1.4.0](#140) | [1.4.1](#141) - `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131) | [1.3.2](#132) | [1.3.3](#133) - `1.2.x` Releases - [1.2.0](#120) - `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) - `1.0.x` Releases - [1.0.0](#100) --- + +## [1.4.1](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.4.1) +Released on 2017-10-17 + +#### Updated +- @dvi fixed Obj-C objects initialization for Swift 4.2 + ## [1.4.0](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.4.0) Released on 2017-10-23 diff --git a/EasyDi-SupportingFiles/Info.plist b/EasyDi-SupportingFiles/Info.plist index 4e57c3d..38e2b29 100644 --- a/EasyDi-SupportingFiles/Info.plist +++ b/EasyDi-SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/EasyDi-macOS/Info.plist b/EasyDi-macOS/Info.plist index 1b2e1f3..d264292 100644 --- a/EasyDi-macOS/Info.plist +++ b/EasyDi-macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/EasyDi.podspec.json b/EasyDi.podspec.json index ed8203c..e9cfa83 100644 --- a/EasyDi.podspec.json +++ b/EasyDi.podspec.json @@ -1,6 +1,6 @@ { "name": "EasyDi", - "version": "1.4.0", + "version": "1.4.1", "summary": "Effective DI library for rapid development in 200 lines of code", "description": "Swift 3 and 4, iOS 8+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, prototype\n- Objects substitution and dependency contexts for tests", "homepage": "https://github.com/AndreyZarembo/EasyDi.git", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/AndreyZarembo/EasyDi.git", - "tag": "1.4.0" + "tag": "1.4.1" }, "social_media_url": "https://twitter.com/AndreyZarembo", "platforms": { diff --git a/EasyDi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/EasyDi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/EasyDi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +