Skip to content

Commit 63a972e

Browse files
authored
Set version to 2.20.0. (#260)
1 parent d331072 commit 63a972e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 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.0] - 2024-10-16
99
### Added
1010
- A new keyword argument configuration `continue_on_error::Bool = false` has been added
1111
which controls the behavior of code execution errors. By default (`continue_on_error =

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.19.1"
3+
version = "2.20.0"
44

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

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.19.1"
462+
version = "2.20.0"
463463

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

0 commit comments

Comments
 (0)