We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c707a2 commit ac709d1Copy full SHA for ac709d1
NEWS.md
@@ -1,3 +1,8 @@
1
+# v0.0.8 (2016.02.08)
2
+
3
+* Fix compatability with Julia v0.5.
4
+* Fix seg-faults introduced by upstream API changes.
5
6
# v0.0.7 (2015.12.14)
7
8
* Fix compatability with Julia v0.4.2 (@BigEpsilon)
docs/conf.py
@@ -56,9 +56,9 @@
56
# built documents.
57
#
58
# The short X.Y version.
59
-version = '0.0.7'
+version = '0.0.8'
60
# The full version, including alpha/beta/rc tags.
61
-release = '0.0.7'
+release = '0.0.8'
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
0 commit comments