diff --git a/CHANGELOG.md b/CHANGELOG.md index 490324f..64e0f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for llvm-pretty +## 0.12.1.0 (August 2024) + +* Fix for printing NaN and infinite floating point values. + +* Add support for more AtomicRWOps. + ## 0.12.0.0 (January 2024) * Add preliminary support for LLVM versions up through 17. diff --git a/llvm-pretty.cabal b/llvm-pretty.cabal index efbb876..f8df112 100644 --- a/llvm-pretty.cabal +++ b/llvm-pretty.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.2 Name: llvm-pretty -Version: 0.12.0.0.99 +Version: 0.12.1.0.99 License: BSD-3-Clause License-file: LICENSE Author: Trevor Elliott