From 23ec5a6226bdf460a18eebdbc4f4eaad70f38e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 1 Jun 2020 00:59:44 +0100 Subject: [PATCH] Release v1.0.0 --- NEWS.md | 15 +++++++++++++++ Project.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2790f97..9b2b80a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,21 @@ History of PolynomialRoots.jl ============================= +v1.0.0 (2020-06-01) +------------------- + +### Breaking Changes + +* Julia 1.0 is required. Support for previous versions was dropped. + +### Bug Fixes + +* Fixed error when the last coefficient is not zero + ([#11](https://github.com/giordano/PolynomialRoots.jl/issues/11), + [#11](https://github.com/giordano/PolynomialRoots.jl/pull/12)). +* Fix error when input type is different from `Float64` + ([#20](https://github.com/giordano/PolynomialRoots.jl/pull/20)). + v0.2.0 (2018-08-17) ------------------- diff --git a/Project.toml b/Project.toml index b07f9d0..6efb4f0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PolynomialRoots" uuid = "3a141323-8675-5d76-9d11-e1df1406c778" authors = ["Mosè Giordano "] -version = "0.2.0" +version = "1.0.0" [compat] julia = "1"