Skip to content

Commit ce7e21d

Browse files
committed
Set version to 2.16.1.
1 parent c9af38c commit ce7e21d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

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+
1015
## [2.16.0] - 2023-11-08
1116
### Added
1217
- "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
277282
[github-221]: https://github.com/fredrikekre/Literate.jl/pull/221
278283
[github-222]: https://github.com/fredrikekre/Literate.jl/issues/222
279284
[github-223]: https://github.com/fredrikekre/Literate.jl/pull/223
285+
[github-224]: https://github.com/fredrikekre/Literate.jl/issues/224
280286
[github-227]: https://github.com/fredrikekre/Literate.jl/issues/227
281287
[github-228]: https://github.com/fredrikekre/Literate.jl/issues/228
282288
[github-229]: https://github.com/fredrikekre/Literate.jl/pull/229
283289
[github-230]: https://github.com/fredrikekre/Literate.jl/pull/230
290+
[github-233]: https://github.com/fredrikekre/Literate.jl/pull/233
284291

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
286294
[2.16.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.1...v2.16.0
287295
[2.15.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...v2.15.1
288296
[2.15.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.2...v2.15.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.16.0"
3+
version = "2.16.1"
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
@@ -439,7 +439,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
439439
deps = ["Base64", "IOCapture", "JSON", "REPL"]
440440
path = ".."
441441
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
442-
version = "2.16.0"
442+
version = "2.16.1"
443443

444444
[[deps.LogExpFunctions]]
445445
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]

0 commit comments

Comments
 (0)