Skip to content

Commit 5c9beaa

Browse files
authored
Mark Literate.(markdown|notebook|script) as public (#248)
This patch marks `Literate.markdown`, `Literate.notebook`, and `Literate.script` as `public` in supported Julia versions. Update version to 2.19.0.
1 parent 66e9833 commit 5c9beaa

File tree

4 files changed

+122
-111
lines changed

4 files changed

+122
-111
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [v2.19.0] - 2024-07-11
9+
### Changed
10+
- `Literate.markdown`, `Literate.notebook`, and `Literate.script` are marked as `public` in
11+
Julia version that support the `public` keyword. ([#248])
12+
813
## [v2.18.0] - 2024-04-17
914
### Added
1015
- Literate will now remove
@@ -267,6 +272,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
267272
[v2.16.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.1
268273
[v2.17.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.17.0
269274
[v2.18.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.18.0
275+
[v2.19.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.0
270276
[#116]: https://github.com/fredrikekre/Literate.jl/issues/116
271277
[#144]: https://github.com/fredrikekre/Literate.jl/issues/144
272278
[#145]: https://github.com/fredrikekre/Literate.jl/issues/145
@@ -312,6 +318,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
312318
[#230]: https://github.com/fredrikekre/Literate.jl/issues/230
313319
[#233]: https://github.com/fredrikekre/Literate.jl/issues/233
314320
[#245]: https://github.com/fredrikekre/Literate.jl/issues/245
321+
[#248]: https://github.com/fredrikekre/Literate.jl/issues/248
315322
[0872a96]: https://github.com/fredrikekre/Literate.jl/commit/0872a96
316323
[0f9e836]: https://github.com/fredrikekre/Literate.jl/commit/0f9e836
317324
[1d02868]: https://github.com/fredrikekre/Literate.jl/commit/1d02868

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.18.0"
3+
version = "2.19.0"
44

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

0 commit comments

Comments
 (0)