Skip to content

Commit 07a1fed

Browse files
committed
Set version to 2.16.0.
1 parent 81877fe commit 07a1fed

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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+
<!-- ## [Unreleased] -->
9+
10+
## [2.16.0] - 2023-11-08
911
### Added
1012
- "Soft" scoping rules (see e.g. https://github.com/JuliaLang/SoftGlobalScope.jl) are now
1113
available for code execution (markdown and notebook output). This is enabled by default
@@ -280,7 +282,8 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
280282
[github-229]: https://github.com/fredrikekre/Literate.jl/pull/229
281283
[github-230]: https://github.com/fredrikekre/Literate.jl/pull/230
282284

283-
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.1...HEAD
285+
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.16.0...HEAD
286+
[2.16.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.1...v2.16.0
284287
[2.15.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...v2.15.1
285288
[2.15.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...v2.15.0
286289
[2.14.2]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.1...v2.14.2

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.15.1"
3+
version = "2.16.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
@@ -420,7 +420,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
420420
deps = ["Base64", "IOCapture", "JSON", "REPL"]
421421
path = ".."
422422
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
423-
version = "2.15.1"
423+
version = "2.16.0"
424424

425425
[[LogExpFunctions]]
426426
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

0 commit comments

Comments
 (0)