Skip to content

Commit

Permalink
Update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot committed Dec 21, 2022
1 parent c4a03e1 commit 28b2f21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ after version 1.0.0.

## [Unreleased]

## [0.0.8] - 2022-12-21
* Remove debug print - thanks to J-F-Liu, Ralith
* Fixed discriminant check in quartic equations - thanks to jingnanshi
* Allowed mutable closures for secant etc. - thanks to vron

## [0.0.7] - 2021-06-17
* SearchError becomes public - thanks to JP-Ellis
* Unnormalized cubic equations are solved using the general formula rather than trigonometrically - thanks to Logicalshift
Expand Down Expand Up @@ -37,7 +42,8 @@ after version 1.0.0.
## [0.0.1] - 2015-03-24
* Initial version

[Unreleased]: /~https://github.com/vorot/roots/compare/v0.0.7...HEAD
[Unreleased]: /~https://github.com/vorot/roots/compare/v0.0.8...HEAD
[0.0.8]: /~https://github.com/vorot/roots/compare/v0.0.7...v0.0.8
[0.0.7]: /~https://github.com/vorot/roots/compare/v0.0.6...v0.0.7
[0.0.6]: /~https://github.com/vorot/roots/compare/v0.0.5...v0.0.6
[0.0.5]: /~https://github.com/vorot/roots/compare/v0.0.4...v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "roots"
version = "0.0.7"
version = "0.0.8"
authors = ["Mikhail Vorotilov <mikhail.vorotilov@gmail.com>"]
license = "BSD-2-Clause"
repository = "/~https://github.com/vorot/roots"
Expand Down

0 comments on commit 28b2f21

Please sign in to comment.