Skip to content

Commit 5c15d88

Browse files
committed
Set version to 2.20.1.
1 parent c4ac614 commit 5c15d88

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v2.20.1] - 2024-10-17
99
### Fixed
1010
- Errors from code evaluation (with `continue_on_error = true`) are now properly displayed
1111
with `showerror`. ([#261])
@@ -312,6 +312,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
312312
[v2.19.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.0
313313
[v2.19.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.1
314314
[v2.20.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.0
315+
[v2.20.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.1
315316
[#116]: https://github.com/fredrikekre/Literate.jl/issues/116
316317
[#144]: https://github.com/fredrikekre/Literate.jl/issues/144
317318
[#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
363364
[#252]: https://github.com/fredrikekre/Literate.jl/issues/252
364365
[#257]: https://github.com/fredrikekre/Literate.jl/issues/257
365366
[#259]: https://github.com/fredrikekre/Literate.jl/issues/259
367+
[#261]: https://github.com/fredrikekre/Literate.jl/issues/261
366368
[0872a96]: https://github.com/fredrikekre/Literate.jl/commit/0872a96
367369
[0f9e836]: https://github.com/fredrikekre/Literate.jl/commit/0f9e836
368370
[1d02868]: https://github.com/fredrikekre/Literate.jl/commit/1d02868

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Literate"
22
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
3-
version = "2.20.0"
3+
version = "2.20.1"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

docs/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.0"
3+
julia_version = "1.11.1"
44
manifest_format = "2.0"
55
project_hash = "2e078e25d2cbff6828e6677f0730b09dacc40677"
66

@@ -459,7 +459,7 @@ version = "1.11.0"
459459
deps = ["Base64", "IOCapture", "JSON", "REPL"]
460460
path = ".."
461461
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
462-
version = "2.20.0"
462+
version = "2.20.1"
463463

464464
[[deps.LogExpFunctions]]
465465
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

0 commit comments

Comments
 (0)