Skip to content

Commit

Permalink
Auto merge of #36 - autumnai:chore/release-0.3.2, r=hobofan
Browse files Browse the repository at this point in the history
chore/release: prepare 0.3.2 release
  • Loading branch information
homu committed Mar 2, 2016
2 parents 47a6a00 + 6d1cfd8 commit b685ae8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.2"></a>
## 0.3.2 (2016-03-02)


#### Breaking Changes

* **convolution:** change convolution functions to require workspace ([f9d40136](https://github.com/autumnai/collenchyma-nn/commit/f9d401360c54bac6a253925d90625b0a1393ea17)



<a name="0.3.1"></a>
## 0.3.1 (2016-02-23)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "collenchyma-nn"
description = "collenchyma plugin providing Neural Network operations"
version = "0.3.1"
version = "0.3.2"
authors = ["Michael Hirn <mj@autumnai.com>",
"Maximilian Goisser <max@autumnai.com>"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're using Cargo, just add collenchyma-NN to your Cargo.toml:

[dependencies]
collenchyma = "0.0.8"
collenchyma-nn = "0.3.1"
collenchyma-nn = "0.3.2"

If you're using [Cargo Edit][cargo-edit], you can call:

Expand Down

0 comments on commit b685ae8

Please sign in to comment.