1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

Bump version to 0.2.0.0, and start a changelog.

The HEAD contains #119 which is an API change requiring (as far as I can tell)
a major version bump.
This commit is contained in:
Judah Jacobson 2017-05-16 15:31:43 -07:00
parent d98e5d637c
commit f0737d457d
2 changed files with 14 additions and 1 deletions

13
ChangeLog.md Normal file
View File

@ -0,0 +1,13 @@
# ChangeLog
## Upcoming (v0.2.0.0)
- Expand the Rendered class to support ResourceHandle wrappers like Variables.
## v0.1.0.2
- Add extra-lib-dirs for OS X in the Hackage release (#122).
## v0.1.0.1
- Fix the `tensorflow` sdist release by including `c_api.h`.
## v0.1.0.0
- Initial release.

View File

@ -1,5 +1,5 @@
name: tensorflow
version: 0.1.0.2
version: 0.2.0.0
synopsis: TensorFlow bindings.
description:
This library provides an interface to the TensorFlow