File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to Bender will be documented in this file.
3
3
4
- ### [ 0.3.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.3.0 )
4
+ ## [ 0.4.1] ( https://github.com/xmartlabs/Bender/releases/tag/0.4.1 )
5
+
6
+ * Support for Xcode 9.1.
7
+
8
+ ## [ 0.4.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.4.0 )
9
+
10
+ * Support for Swift 4 and Xcode 9.
11
+
12
+ ## [ 0.3.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.3.0 )
5
13
<!-- Released on 2017-08-17. -->
6
14
7
15
* Breaking changes:
@@ -11,7 +19,7 @@ All notable changes to Bender will be documented in this file.
11
19
* ` Network ` ` run ` method.
12
20
* ` Converter ` protocol definition.
13
21
14
- ### [ 0.2.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.2.0 )
22
+ ## [ 0.2.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.2.0 )
15
23
<!-- Released on 2017-08-09. -->
16
24
17
25
* Adds Cocoapods & Carthage support.
@@ -23,7 +31,7 @@ All notable changes to Bender will be documented in this file.
23
31
* Fixes ConvTranspose layer.
24
32
* Adds optional dispatchQueue where to run.
25
33
26
- ### [ 0.1.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.1.0 )
34
+ ## [ 0.1.0] ( https://github.com/xmartlabs/Bender/releases/tag/0.1.0 )
27
35
<!-- Released on 2017-06-05. -->
28
36
29
37
* This is the initial version.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MetalBender"
3
- s . version = "0.4.0 "
3
+ s . version = "0.4.1 "
4
4
s . summary = "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks."
5
5
s . homepage = "https://github.com/xmartlabs/Bender"
6
6
s . license = { type : 'MIT' , file : 'LICENSE' }
You can’t perform that action at this time.
0 commit comments