Skip to content

Commit

Permalink
Sunsetting message in README
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Feb 1, 2024
1 parent 3b80990 commit 7b9ea82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VoronoiFVMDiffEq"
uuid = "c4d4532c-19f6-4375-9ced-3808a145cd37"
authors = ["Jürgen Fuhrmann <[email protected]>"]
version = "0.1.3"
version = "0.2"

[deps]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Expand All @@ -16,5 +16,5 @@ DifferentialEquations = "7.6"
RecursiveArrayTools = "2"
Reexport = "1"
SciMLBase = "1.76"
VoronoiFVM = "0.18.10,0.19,1"
VoronoiFVM = "0.18.10 - 1.17.1"
julia = "1.8"
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> [!IMPORTANT]
> This package will be no longer maintained.
> Its functionality is available in [VoronoiFVM.jl](https://github.com/j-fu/VoronoiFVM.jl)
> starting with version 1.18. The repository will archived.

[![linux-macos-windows](https://github.com/j-fu/VoronoiFVMDiffEq.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/j-fu/VoronoiFVMDiffEq.jl/actions/workflows/ci.yml)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://j-fu.github.io/VoronoiFVMDiffEq.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://j-fu.github.io/VoronoiFVMDiffEq.jl/dev)
Expand Down

0 comments on commit 7b9ea82

Please sign in to comment.