From 30fc662601731d1f8cd7ea72a83a1477c48ac705 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 20 Jan 2023 10:52:00 +0100 Subject: [PATCH] Set version to 1.4.0. --- CHANGELOG.md | 7 +++++-- Project.toml | 2 +- docs/Manifest.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446e9c5..532d5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). -## [Unreleased] + + +## [1.4.0] - 2023-01-20 ### Added - New function `HYPRE.GetFinalRelativeResidualNorm(s::HYPRESolver)` for getting the final residual norm from a solver. This function dispatches on the solver to the corresponding @@ -72,4 +74,5 @@ Initial release of HYPRE.jl. [1.2.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.1.0...v1.2.0 [1.3.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.2.0...v1.3.0 [1.3.1]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.0...v1.3.1 -[Unreleased]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...HEAD +[1.4.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...v1.4.0 + diff --git a/Project.toml b/Project.toml index 9d291a2..b62bdfc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "HYPRE" uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771" -version = "1.3.1" +version = "1.4.0" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index f7b8b30..1b89760 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -74,7 +74,7 @@ uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI", "PartitionedArrays", "SparseArrays", "SparseMatricesCSR"] path = ".." uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771" -version = "1.3.1" +version = "1.4.0" [[deps.HYPRE_jll]] deps = ["Artifacts", "JLLWrappers", "LAPACK_jll", "LazyArtifacts", "Libdl", "MPICH_jll", "MPIPreferences", "MPItrampoline_jll", "MicrosoftMPI_jll", "OpenBLAS_jll", "OpenMPI_jll", "Pkg", "TOML"]