Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Apr 29, 2024
1 parent 3dc5b12 commit 8b32626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sundials-sys"
version = "0.4.0"
version = "0.5.0"
authors = [
"Jason Dark <email@jkdark.com>",
"Arthur Carcano <arthur.carcano@gmail.fr>",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ The license and copyright information for the SUNDIALS suite can be viewed [here

## Versions

* 0.4.0
* 0.5.0
- Add KLU support (feature gated).
- Be compatible with Sundials version 7.0.0
* 0.4.0 — Minor improvements
* 0.3.0 — Ensure sundials version ≥ 6, use `vcpkg` on Windows.
* 0.2.0 — Make compilation of sundials optional (allowing to link against the system library). Add static library option.
* 0.1.1 — removal of (S) libraries from default features, addition of pthreads support if requested
Expand Down

0 comments on commit 8b32626

Please sign in to comment.