diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5a5c3..0c81240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [# 1.0.1 (2024-03-02)](https://github.com/boa-dev/ryu-js/compare/v1.0.0...v1.0.1) + +### Internal Improvements + +- [INTERNAL #45](https://github.com/boa-dev/ryu-js/pull/45): Add release workflow. (@HalidOdat) +- [INTERNAL #43](https://github.com/boa-dev/ryu-js/pull/43): Add `#[inline]` to public functions. (@HalidOdat) +- [INTERNAL #42](https://github.com/boa-dev/ryu-js/pull/42): Sync upstream/master. (@HalidOdat, @jedel1043) + ## [# 1.0.0 (2023-10-05)](https://github.com/boa-dev/ryu-js/compare/v0.2.2...v1.0.0) - ECMAScript compliant implementation of `Number.prototype.toFixed()` ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index afa412f..00c6266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu-js" -version = "1.0.0" +version = "1.0.1" authors = ["David Tolnay ", "boa-dev"] categories = ["value-formatting", "no-std", "no-std::no-alloc"] description = "Fast floating point to string conversion, ECMAScript compliant."