prepare release

This commit is contained in:
Daniel Schwabeneder 2019-08-14 12:31:56 +02:00
parent e0a89c55ac
commit 0a97b08c72
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,14 @@
--- ---
## (current master) ## (current master)
## 0.26.2
- improve empty animation build error
- fix GR axis flip for heatmaps and images
- fix ribbons specified as tuples
- add Char recipe
- fix Plotly plots with single-element series
- rewrite PlotlyJS backend
## 0.26.1 ## 0.26.1
- handle `Char`s as input data - handle `Char`s as input data
- fix html saving for Plotly - fix html saving for Plotly

View File

@ -1,7 +1,7 @@
name = "Plots" name = "Plots"
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
author = ["Tom Breloff (@tbreloff)"] author = ["Tom Breloff (@tbreloff)"]
version = "0.26.1" version = "0.26.2"
[deps] [deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"