diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ad064..1e27101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for libBF-hs -## next -- ????.??.?? +## 0.6.8 -- 2024.06.05 * Fix a bug that would cause `(>)` and `(>=)` (in the `Ord BigFloat` instance) to return incorrect answers when one of the arguments is NaN. diff --git a/libBF.cabal b/libBF.cabal index 4d99d37..66654ea 100644 --- a/libBF.cabal +++ b/libBF.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: libBF -version: 0.6.7 +version: 0.6.8 synopsis: A binding to the libBF library. description: LibBF is a C library for working with arbitray precision IEEE 754 floating point numbers.