Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 31, 2020
1 parent 178786f commit 23ec5a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PolynomialRoots"
uuid = "3a141323-8675-5d76-9d11-e1df1406c778"
authors = ["Mosè Giordano <[email protected]>"]
version = "0.2.0"
version = "1.0.0"

[compat]
julia = "1"
Expand Down

2 comments on commit 23ec5a6

@giordano
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/15676

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 23ec5a6226bdf460a18eebdbc4f4eaad70f38e72
git push origin v1.0.0

Please sign in to comment.