Skip to content

Commit

Permalink
Updated changelogs and versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Huszagh committed Sep 5, 2019
1 parent 4d8a00a commit 9360468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lexical-core/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lexical-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9360468

Please sign in to comment.