diff --git a/lexical-core/CHANGELOG b/lexical-core/CHANGELOG index c36f08e8..2a711c35 100644 --- a/lexical-core/CHANGELOG +++ b/lexical-core/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] - 2019-09-05 +### Changed +- Fixed a bug with proc-macros on the lexical-core "0.4" version. + ## [0.4.3] - Fixed a bug (issue #20) leading to incorrect float parsing (1 ULP error) for slow-path algorithms containing floats with a trailing 0-digit in the fraction component (discovery by @dangrabcad). Added in comprehensive unittests to avoid future regressions. - Fixed CI for older Rustc versions due to issues with the `edition` keyword. diff --git a/lexical-core/Cargo.toml b/lexical-core/Cargo.toml index a2acd423..81224c50 100644 --- a/lexical-core/Cargo.toml +++ b/lexical-core/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" name = "lexical-core" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core" -version = "0.4.3" +version = "0.4.4" build = "build.rs" # We want FFI support, so build a regular lib, a system static lib,