Skip to content

Commit eddf5c3

Browse files
committed
Bump to version 3.0.1.
This release fixes an issue with division by zero when coercing to rationals and fixes another issue where it segfaults when calculating BigDecimals with big decimal parts. Altough it's fixed on latest available version, it might generate incompatibilities with older ruby versions, so it's better to coerce to rational when possible.
1 parent 40116ea commit eddf5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/statistics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Statistics
2-
VERSION = "3.0.0"
2+
VERSION = "3.0.1"
33
end

0 commit comments

Comments
 (0)