Skip to content

Commit 28b2f21

Browse files
committed
Update changelog and version.
1 parent c4a03e1 commit 28b2f21

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ after version 1.0.0.
55

66
## [Unreleased]
77

8+
## [0.0.8] - 2022-12-21
9+
* Remove debug print - thanks to J-F-Liu, Ralith
10+
* Fixed discriminant check in quartic equations - thanks to jingnanshi
11+
* Allowed mutable closures for secant etc. - thanks to vron
12+
813
## [0.0.7] - 2021-06-17
914
* SearchError becomes public - thanks to JP-Ellis
1015
* Unnormalized cubic equations are solved using the general formula rather than trigonometrically - thanks to Logicalshift
@@ -37,7 +42,8 @@ after version 1.0.0.
3742
## [0.0.1] - 2015-03-24
3843
* Initial version
3944

40-
[Unreleased]: https://github.com/vorot/roots/compare/v0.0.7...HEAD
45+
[Unreleased]: https://github.com/vorot/roots/compare/v0.0.8...HEAD
46+
[0.0.8]: https://github.com/vorot/roots/compare/v0.0.7...v0.0.8
4147
[0.0.7]: https://github.com/vorot/roots/compare/v0.0.6...v0.0.7
4248
[0.0.6]: https://github.com/vorot/roots/compare/v0.0.5...v0.0.6
4349
[0.0.5]: https://github.com/vorot/roots/compare/v0.0.4...v0.0.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "roots"
4-
version = "0.0.7"
4+
version = "0.0.8"
55
authors = ["Mikhail Vorotilov <[email protected]>"]
66
license = "BSD-2-Clause"
77
repository = "https://github.com/vorot/roots"

0 commit comments

Comments
 (0)