Browse Source

Set version to 2.20.1.

pull/266/head v2.20.1
Fredrik Ekre 1 year ago
parent
commit
5c15d88653
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 4
      CHANGELOG.md
  2. 2
      Project.toml
  3. 4
      docs/Manifest.toml

4
CHANGELOG.md

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [v2.20.1] - 2024-10-17
### Fixed ### Fixed
- Errors from code evaluation (with `continue_on_error = true`) are now properly displayed - Errors from code evaluation (with `continue_on_error = true`) are now properly displayed
with `showerror`. ([#261]) with `showerror`. ([#261])
@ -312,6 +312,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
[v2.19.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.0 [v2.19.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.0
[v2.19.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.1 [v2.19.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.1
[v2.20.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.0 [v2.20.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.0
[v2.20.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.1
[#116]: https://github.com/fredrikekre/Literate.jl/issues/116 [#116]: https://github.com/fredrikekre/Literate.jl/issues/116
[#144]: https://github.com/fredrikekre/Literate.jl/issues/144 [#144]: https://github.com/fredrikekre/Literate.jl/issues/144
[#145]: https://github.com/fredrikekre/Literate.jl/issues/145 [#145]: https://github.com/fredrikekre/Literate.jl/issues/145
@ -363,6 +364,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
[#252]: https://github.com/fredrikekre/Literate.jl/issues/252 [#252]: https://github.com/fredrikekre/Literate.jl/issues/252
[#257]: https://github.com/fredrikekre/Literate.jl/issues/257 [#257]: https://github.com/fredrikekre/Literate.jl/issues/257
[#259]: https://github.com/fredrikekre/Literate.jl/issues/259 [#259]: https://github.com/fredrikekre/Literate.jl/issues/259
[#261]: https://github.com/fredrikekre/Literate.jl/issues/261
[0872a96]: https://github.com/fredrikekre/Literate.jl/commit/0872a96 [0872a96]: https://github.com/fredrikekre/Literate.jl/commit/0872a96
[0f9e836]: https://github.com/fredrikekre/Literate.jl/commit/0f9e836 [0f9e836]: https://github.com/fredrikekre/Literate.jl/commit/0f9e836
[1d02868]: https://github.com/fredrikekre/Literate.jl/commit/1d02868 [1d02868]: https://github.com/fredrikekre/Literate.jl/commit/1d02868

2
Project.toml

@ -1,6 +1,6 @@
name = "Literate" name = "Literate"
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "2.20.0" version = "2.20.1"
[deps] [deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

4
docs/Manifest.toml

@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised # This file is machine-generated - editing it directly is not advised
julia_version = "1.11.0" julia_version = "1.11.1"
manifest_format = "2.0" manifest_format = "2.0"
project_hash = "2e078e25d2cbff6828e6677f0730b09dacc40677" project_hash = "2e078e25d2cbff6828e6677f0730b09dacc40677"
@ -459,7 +459,7 @@ version = "1.11.0"
deps = ["Base64", "IOCapture", "JSON", "REPL"] deps = ["Base64", "IOCapture", "JSON", "REPL"]
path = ".." path = ".."
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "2.20.0" version = "2.20.1"
[[deps.LogExpFunctions]] [[deps.LogExpFunctions]]
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"] deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

Loading…
Cancel
Save