File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
<!-- ## [Unreleased] -->
9
9
10
+ ## [ 2.16.1] - 2024-01-04
11
+ ### Fixed
12
+ - Fix removal of Documenter-style ` @ref ` links spanning multiple lines. ([ #224 ] [ github-224 ] ,
13
+ [ #233 ] [ github-2233 ] )
14
+
10
15
## [ 2.16.0] - 2023-11-08
11
16
### Added
12
17
- "Soft" scoping rules (see e.g. https://github.com/JuliaLang/SoftGlobalScope.jl ) are now
@@ -277,12 +282,15 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
277
282
[ github-221 ] : https://github.com/fredrikekre/Literate.jl/pull/221
278
283
[ github-222 ] : https://github.com/fredrikekre/Literate.jl/issues/222
279
284
[ github-223 ] : https://github.com/fredrikekre/Literate.jl/pull/223
285
+ [ github-224 ] : https://github.com/fredrikekre/Literate.jl/issues/224
280
286
[ github-227 ] : https://github.com/fredrikekre/Literate.jl/issues/227
281
287
[ github-228 ] : https://github.com/fredrikekre/Literate.jl/issues/228
282
288
[ github-229 ] : https://github.com/fredrikekre/Literate.jl/pull/229
283
289
[ github-230 ] : https://github.com/fredrikekre/Literate.jl/pull/230
290
+ [ github-233 ] : https://github.com/fredrikekre/Literate.jl/pull/233
284
291
285
- [ Unreleased ] : https://github.com/fredrikekre/Literate.jl/compare/v2.16.0...HEAD
292
+ [ Unreleased ] : https://github.com/fredrikekre/Literate.jl/compare/v2.16.1...HEAD
293
+ [ 2.16.1 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.16.0...v2.16.1
286
294
[ 2.16.0 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.15.1...v2.16.0
287
295
[ 2.15.1 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...v2.15.1
288
296
[ 2.15.0 ] : https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...v2.15.0
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.16.0 "
3
+ version = " 2.16.1 "
4
4
5
5
[deps ]
6
6
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
439
439
deps = [" Base64" , " IOCapture" , " JSON" , " REPL" ]
440
440
path = " .."
441
441
uuid = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
442
- version = " 2.16.0 "
442
+ version = " 2.16.1 "
443
443
444
444
[[deps .LogExpFunctions ]]
445
445
deps = [" DocStringExtensions" , " IrrationalConstants" , " LinearAlgebra" ]
You can’t perform that action at this time.
0 commit comments