Skip to content

Commit

Permalink
Update writer versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Dec 7, 2024
1 parent b9612d9 commit b6d0eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4] 2024-12-07

### Changed

- Improved performance of integer and float formatting using the [jeaiii](https://jk-jeon.github.io/posts/2022/02/jeaiii-algorithm/) algorithm with additional optimizations to minimize branching (#163). This also improves memory safety guarantees, since no unsafe indexing is used when formatting integers.
Expand Down
2 changes: 1 addition & 1 deletion lexical-write-float/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-write-float"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "1.0.3"
version = "1.0.4"
rust-version = "1.63.0"
exclude = [
"assets/*",
Expand Down
2 changes: 1 addition & 1 deletion lexical-write-integer/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-write-integer"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "1.0.3"
version = "1.0.4"
rust-version = "1.63.0"
exclude = [
"assets/*",
Expand Down

0 comments on commit b6d0eb4

Please sign in to comment.