File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
8
+ ## [ v2.18.0] - 2024-04-17
10
9
### 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 ] )
16
14
17
15
## [ v2.17.0] - 2024-04-14
18
16
### Added
@@ -268,6 +266,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
268
266
[ v2.16.0 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.0
269
267
[ v2.16.1 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.1
270
268
[ 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
271
270
[ #116 ] : https://github.com/fredrikekre/Literate.jl/issues/116
272
271
[ #144 ] : https://github.com/fredrikekre/Literate.jl/issues/144
273
272
[ #145 ] : https://github.com/fredrikekre/Literate.jl/issues/145
Original file line number Diff line number Diff line change 1
1
name = " Literate"
2
2
uuid = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
3
- version = " 2.17 .0"
3
+ version = " 2.18 .0"
4
4
5
5
[deps ]
6
6
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
445
445
deps = [" Base64" , " IOCapture" , " JSON" , " REPL" ]
446
446
path = " .."
447
447
uuid = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
448
- version = " 2.17 .0"
448
+ version = " 2.18 .0"
449
449
450
450
[[deps .LogExpFunctions ]]
451
451
deps = [" DocStringExtensions" , " IrrationalConstants" , " LinearAlgebra" ]
You can’t perform that action at this time.
0 commit comments