Skip to content

Commit

Permalink
Bump version 0.4.1 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored and Diego Ernst committed Nov 14, 2017
1 parent 122a947 commit d875b04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
@@ -1,7 +1,15 @@
# Change Log
All notable changes to Bender will be documented in this file.

### [0.3.0](https://github.com/xmartlabs/Bender/releases/tag/0.3.0)
## [0.4.1](https://github.com/xmartlabs/Bender/releases/tag/0.4.1)

* Support for Xcode 9.1.

## [0.4.0](https://github.com/xmartlabs/Bender/releases/tag/0.4.0)

* Support for Swift 4 and Xcode 9.

## [0.3.0](https://github.com/xmartlabs/Bender/releases/tag/0.3.0)
<!-- Released on 2017-08-17. -->

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

### [0.2.0](https://github.com/xmartlabs/Bender/releases/tag/0.2.0)
## [0.2.0](https://github.com/xmartlabs/Bender/releases/tag/0.2.0)
<!-- Released on 2017-08-09. -->

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

### [0.1.0](https://github.com/xmartlabs/Bender/releases/tag/0.1.0)
## [0.1.0](https://github.com/xmartlabs/Bender/releases/tag/0.1.0)
<!-- Released on 2017-06-05. -->

* This is the initial version.
Expand Down
2 changes: 1 addition & 1 deletion MetalBender.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MetalBender"
s.version = "0.4.0"
s.version = "0.4.1"
s.summary = "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks."
s.homepage = "https://github.com/xmartlabs/Bender"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down

0 comments on commit d875b04

Please sign in to comment.