Skip to content

Commit d875b04

Browse files
bryant1410Diego Ernst
authored and
Diego Ernst
committed
Bump version 0.4.1 (#84)
1 parent 122a947 commit d875b04

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22
All notable changes to Bender will be documented in this file.
33

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)
513
<!-- Released on 2017-08-17. -->
614

715
* Breaking changes:
@@ -11,7 +19,7 @@ All notable changes to Bender will be documented in this file.
1119
* `Network` `run` method.
1220
* `Converter` protocol definition.
1321

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)
1523
<!-- Released on 2017-08-09. -->
1624

1725
* Adds Cocoapods & Carthage support.
@@ -23,7 +31,7 @@ All notable changes to Bender will be documented in this file.
2331
* Fixes ConvTranspose layer.
2432
* Adds optional dispatchQueue where to run.
2533

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)
2735
<!-- Released on 2017-06-05. -->
2836

2937
* This is the initial version.

MetalBender.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MetalBender"
3-
s.version = "0.4.0"
3+
s.version = "0.4.1"
44
s.summary = "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks."
55
s.homepage = "https://github.com/xmartlabs/Bender"
66
s.license = { type: 'MIT', file: 'LICENSE' }

0 commit comments

Comments
 (0)