Browse Source

Release 2.21.0 (#281)

- Set version to 2.21.0
 - Update doc dependencies and build docs on Julia 1.12
 - Fix a dictionary-order dependent test
pull/246/merge v2.21.0
Fredrik Ekre 2 weeks ago committed by GitHub
parent
commit
a86869f703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/Documentation.yml
  2. 6
      CHANGELOG.md
  3. 2
      Project.toml
  4. 749
      docs/Manifest.toml
  5. 2
      test/runtests.jl

4
.github/workflows/Documentation.yml

@ -9,13 +9,13 @@ on: @@ -9,13 +9,13 @@ on:
pull_request:
jobs:
docs:
name: 'Julia 1 - ubuntu-latest'
name: 'Julia 1.12 - ubuntu-latest'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.12'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'

6
CHANGELOG.md

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.21.0] - 2025-11-19
### Changed
- Allow IOCapture version 1. ([#280])
## [v2.20.1] - 2024-10-17
### Fixed
- Errors from code evaluation (with `continue_on_error = true`) are now properly displayed
@ -313,6 +317,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement @@ -313,6 +317,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
[v2.19.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.1
[v2.20.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.0
[v2.20.1]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.20.1
[v2.21.0]: https://github.com/fredrikekre/Literate.jl/releases/tag/v2.21.0
[#116]: https://github.com/fredrikekre/Literate.jl/issues/116
[#144]: https://github.com/fredrikekre/Literate.jl/issues/144
[#145]: https://github.com/fredrikekre/Literate.jl/issues/145
@ -365,6 +370,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement @@ -365,6 +370,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
[#257]: https://github.com/fredrikekre/Literate.jl/issues/257
[#259]: https://github.com/fredrikekre/Literate.jl/issues/259
[#261]: https://github.com/fredrikekre/Literate.jl/issues/261
[#280]: https://github.com/fredrikekre/Literate.jl/issues/280
[0872a96]: https://github.com/fredrikekre/Literate.jl/commit/0872a96
[0f9e836]: https://github.com/fredrikekre/Literate.jl/commit/0f9e836
[1d02868]: https://github.com/fredrikekre/Literate.jl/commit/1d02868

2
Project.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name = "Literate"
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "2.20.1"
version = "2.21.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

749
docs/Manifest.toml

File diff suppressed because it is too large Load Diff

2
test/runtests.jl

@ -1308,7 +1308,7 @@ end @@ -1308,7 +1308,7 @@ end
"""
"data": {
"text/plain": "3"
},
}
""",
"""
"text": [

Loading…
Cancel
Save