From a6801a8c1e2a0a5ef6c3fea929bf5b2d8cfbe7fa Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 7 Jan 2024 13:33:38 -0500 Subject: [PATCH] Release 0.2.3 --- .codecov.yml | 16 ++++++++++++++++ Project.toml | 2 +- README.md | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..f9de0b6 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,16 @@ +coverage: + precision: 1 + range: + - 70.0 + - 90.0 + round: up + status: + patch: + default: + informational: true + target: 90.0 + project: + default: + informational: true + target: auto + threshold: 3.0 diff --git a/Project.toml b/Project.toml index 4baeb38..7cfc80a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DocumenterInterLinks" uuid = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656" authors = ["Michael Goerz "] -version = "0.2.2+dev" +version = "0.2.3" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" diff --git a/README.md b/README.md index af7e8a6..a4ce851 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See the [documentation](https://juliadocs.org/DocumenterInterLinks.jl/dev/#Using ## Inventories -Until [Documenter issue #2366](https://github.com/JuliaDocs/Documenter.jl/issues/2366) is resolved and a version of Documenter is released and widely adopted that automatically writes inventory files, you may obtain inventory files for some projects at the [Inventory File Repository (Wiki)](https://github.com/JuliaDocs/DocumenterInterLinks.jl/wiki/Inventory-File-Repository). Feel free to [generate your own inventory files](http://juliadocs.org/DocumenterInterLinks.jl/stable/howtos/#howto-manual-inventory) and attach them to a new issue. +Until [Documenter issue #2366](https://github.com/JuliaDocs/Documenter.jl/issues/2366) is resolved and a version of Documenter is released and widely adopted that automatically writes inventory files, you may obtain inventory files for some projects at the [Inventory File Repository (Wiki)](https://github.com/JuliaDocs/DocumenterInterLinks.jl/wiki/Inventory-File-Repository). Feel free to [generate your own inventory files](http://juliadocs.org/DocumenterInterLinks.jl/stable/howtos/#howto-manual-inventory) and contribute them. ## Documentation