Skip to content

Commit 8659928

Browse files
authored
Release v1.0.1 (#44)
1 parent 2c6cf33 commit 8659928

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [# 1.0.1 (2024-03-02)](https://github.com/boa-dev/ryu-js/compare/v1.0.0...v1.0.1)
4+
5+
### Internal Improvements
6+
7+
- [INTERNAL #45](https://github.com/boa-dev/ryu-js/pull/45): Add release workflow. (@HalidOdat)
8+
- [INTERNAL #43](https://github.com/boa-dev/ryu-js/pull/43): Add `#[inline]` to public functions. (@HalidOdat)
9+
- [INTERNAL #42](https://github.com/boa-dev/ryu-js/pull/42): Sync upstream/master. (@HalidOdat, @jedel1043)
10+
311
## [# 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()`
412

513
### Breaking Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ryu-js"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["David Tolnay <[email protected]>", "boa-dev"]
55
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
66
description = "Fast floating point to string conversion, ECMAScript compliant."

0 commit comments

Comments
 (0)