Skip to content

Commit

Permalink
update change log, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvi committed May 13, 2019
1 parent dd20aae commit 5c3e48c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
5.0
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions EasyDi.podspec.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 5c3e48c

Please sign in to comment.