Skip to content

Commit 1c72c39

Browse files
committed
Set version to 2.17.0.
1 parent 8abaeeb commit 1c72c39

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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]
8+
<!-- ## [Unreleased] -->
9+
10+
## [2.17.0] - 2024-04-14
911
### Added
1012
- Literate can now output [Quarto](https://quarto.org/) notebooks (markdown documents with
1113
the `.qmd` file extension) by passing `flavor = Literate.QuartoFlavor()` to
@@ -297,7 +299,8 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
297299
[github-230]: https://github.com/fredrikekre/Literate.jl/pull/230
298300
[github-233]: https://github.com/fredrikekre/Literate.jl/pull/233
299301

300-
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.16.1...HEAD
302+
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.17.0...HEAD
303+
[2.17.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.16.1...v2.17.0
301304
[2.16.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.16.0...v2.16.1
302305
[2.16.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.1...v2.16.0
303306
[2.15.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...v2.15.1

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.1"
3+
version = "2.17.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
@@ -438,7 +438,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
438438
deps = ["Base64", "IOCapture", "JSON", "REPL"]
439439
path = ".."
440440
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
441-
version = "2.16.1"
441+
version = "2.17.0"
442442

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

0 commit comments

Comments
 (0)