|
|
|
@ -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 |
|
|
|
|