From 5c3e48c0d9cc6669dbe1750ce7794d537a198db0 Mon Sep 17 00:00:00 2001 From: Aleksandr Teplyakov Date: Mon, 13 May 2019 19:34:09 +0300 Subject: [PATCH] update change log, bump version --- .swift-version | 2 +- CHANGELOG.md | 12 ++++++++++-- EasyDi.podspec.json | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.swift-version b/.swift-version index 5186d07..819e07a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c9166d4..a6fff9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. #### 1.x Releases +- `1.5.x` Releases - [1.5.0](#150) - `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) @@ -10,11 +11,18 @@ All notable changes to this project will be documented in this file. --- +## [1.5.0](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.5.0) +Released on 2019-05-13 + +#### Updated +- @dvi swift 5 support. Prevent wrapping autoclosures +- @SergeyKrupov Threadsafe context + ## [1.4.1](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.4.1) -Released on 2017-10-17 +Released on 2018-10-17 #### Updated -- @dvi fixed Obj-C objects initialization for Swift 4.2 +- @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.podspec.json b/EasyDi.podspec.json index e9cfa83..01345e3 100644 --- a/EasyDi.podspec.json +++ b/EasyDi.podspec.json @@ -1,8 +1,8 @@ { "name": "EasyDi", - "version": "1.4.1", + "version": "1.5.0", "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", + "description": "Swift 3 and 4 and 5, 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", "license": { "type": "MIT", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/AndreyZarembo/EasyDi.git", - "tag": "1.4.1" + "tag": "1.5.0" }, "social_media_url": "https://twitter.com/AndreyZarembo", "platforms": {