Preparing for 0.2 release

pull/55/head
Matti Pastell 2016-10-30 19:11:13 +02:00
parent d2fe2a82e2
commit b7908bc2ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: julia
julia:
- 0.4
- 0.5
- nightly
matrix:

View File

@ -1,8 +1,9 @@
# Release notes for Weave.jl
### In Master
### v0.2
* Move 0.5 only
* New `display` and `prompt` chunk options by @gragusa
* Implemented fig_width and fig_height chunk option for Plots.jl
* Added pre and post chunk hooks, only used internally for now

View File

@ -1,4 +1,4 @@
julia 0.4
julia 0.5
Compat
ArgParse
JLD