Skip to content

Commit 184eed1

Browse files
committed
Set version to 2.18.0.
1 parent 142bbee commit 184eed1

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ 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]
9-
8+
## [v2.18.0] - 2024-04-17
109
### Added
11-
- Literate will now remove Documenter-style `@extref` links under the same
12-
circumstances as `@ref` and `@id`. Recent versions of Documenter use
13-
`@extref` to links to the documentation of external packages. See
14-
https://github.com/JuliaDocs/Documenter.jl/issues/2366 for details of
15-
the Documenter implementation. ([#245])
10+
- Literate will now remove
11+
[DocumenterInterlinks.jl](https://github.com/JuliaDocs/DocumenterInterLinks.jl)
12+
`@extref` links similarly to how Documenter.jl `@ref` and `@id`'s are
13+
removed. ([#245])
1614

1715
## [v2.17.0] - 2024-04-14
1816
### Added
@@ -268,6 +266,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
268266
[v2.16.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.0
269267
[v2.16.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.1
270268
[v2.17.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.17.0
269+
[v2.18.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.18.0
271270
[#116]: https://github.com/fredrikekre/Literate.jl/issues/116
272271
[#144]: https://github.com/fredrikekre/Literate.jl/issues/144
273272
[#145]: https://github.com/fredrikekre/Literate.jl/issues/145

Project.toml

+1-1
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.17.0"
3+
version = "2.18.0"
44

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

docs/Manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
445445
deps = ["Base64", "IOCapture", "JSON", "REPL"]
446446
path = ".."
447447
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
448-
version = "2.17.0"
448+
version = "2.18.0"
449449

450450
[[deps.LogExpFunctions]]
451451
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

0 commit comments

Comments
 (0)