Skip to content

Commit

Permalink
Bump to version 3.0.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
estebanz01 committed Oct 31, 2022
1 parent 40116ea commit eddf5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statistics/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Statistics
VERSION = "3.0.0"
VERSION = "3.0.1"
end

0 comments on commit eddf5c3

Please sign in to comment.