Browse Source

Set version to 2.5, update CHANGELOG, compat with JSON@1.

pull/110/head v2.5.0
Fredrik Ekre 6 years ago
parent
commit
167b881590
  1. 3
      CHANGELOG.md
  2. 4
      Project.toml

3
CHANGELOG.md

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
## Version `v2.5`
* ![Feature][badge-feature] The output directory now defaults to `pwd()` ([TBD][TBD]).
* ![Feature][badge-feature] The output directory now defaults to `pwd()` ([2ba316a][2ba316a]).
## Version `v2.4`
@ -69,6 +69,7 @@ @@ -69,6 +69,7 @@
[4e71b15]: https://github.com/fredrikekre/Literate.jl/commit/4e71b159e5ce392c23e6f18116f96803191354c3
[b0806ed]: https://github.com/fredrikekre/Literate.jl/commit/b0806edb6707d03c73bcb0829e96be336229bbeb
[7e89fdb]: https://github.com/fredrikekre/Literate.jl/commit/7e89fdbffdfc56a08caee47287429b4611f85684
[2ba316a]: https://github.com/fredrikekre/Literate.jl/commit/2ba316ac90713cc6bdeaeaefd357bb3d847373cb
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg

4
Project.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name = "Literate"
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "2.4.0"
version = "2.5.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@ -8,7 +8,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" @@ -8,7 +8,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[compat]
JSON = "0.18, 0.19, 0.20, 0.21"
JSON = "0.18, 0.19, 0.20, 0.21, 1"
julia = "1"
[extras]

Loading…
Cancel
Save