prepare release
This commit is contained in:
parent
0deb7038e6
commit
59da5d5deb
7
NEWS.md
7
NEWS.md
@ -11,6 +11,13 @@
|
|||||||
---
|
---
|
||||||
## (current master)
|
## (current master)
|
||||||
|
|
||||||
|
## 0.26.1
|
||||||
|
- handle `Char`s as input data
|
||||||
|
- fix html saving for Plotly
|
||||||
|
- expand ~ in paths on UNIX systems
|
||||||
|
- convertToAnyVector clean-up
|
||||||
|
- fix color_palette grouping issue
|
||||||
|
|
||||||
## 0.26.0
|
## 0.26.0
|
||||||
- use FFMPEG.jl
|
- use FFMPEG.jl
|
||||||
- add missing method for convertToAnyVector
|
- add missing method for convertToAnyVector
|
||||||
|
|||||||
@ -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.0"
|
version = "0.26.1"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
module Plots
|
module Plots
|
||||||
|
|
||||||
_current_plots_version = v"0.25.0"
|
_current_plots_version = v"0.26.1"
|
||||||
|
|
||||||
using Reexport
|
using Reexport
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user