Skip to content

Commit 5047103

Browse files
committed
Set version to 2.15.0.
1 parent b734072 commit 5047103

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## [Unreleased] -->
99

10+
## [2.15.0] - 2023-09-05
11+
### Added
12+
- Documenter style `@raw html` blocks are automatically handled in Jupyter notebook output
13+
(similar to how Documenter style ` ```math ` blocks are rewritten to `$$` blocks).
14+
([#222][github-222], [#223][github-223])
15+
1016
## [2.14.2] - 2023-08-28
1117
### Fixed
1218
- Remove double newline in `Literate.script` output. ([#221][github-221])
@@ -252,8 +258,11 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
252258
[github-205]: https://github.com/fredrikekre/Literate.jl/pull/205
253259
[github-219]: https://github.com/fredrikekre/Literate.jl/pull/219
254260
[github-221]: https://github.com/fredrikekre/Literate.jl/pull/221
261+
[github-222]: https://github.com/fredrikekre/Literate.jl/issues/222
262+
[github-223]: https://github.com/fredrikekre/Literate.jl/pull/223
255263

256-
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...HEAD
264+
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...HEAD
265+
[2.15.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...v2.15.0
257266
[2.14.2]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.1...v2.14.2
258267
[2.14.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.0...v2.14.1
259268
[2.14.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.3...v2.14.0

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.14.2"
3+
version = "2.15.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
@@ -409,7 +409,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
409409
deps = ["Base64", "IOCapture", "JSON", "REPL"]
410410
path = ".."
411411
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
412-
version = "2.14.2"
412+
version = "2.15.0"
413413

414414
[[LogExpFunctions]]
415415
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

0 commit comments

Comments
 (0)