Skip to content

Commit b8e8098

Browse files
authored
Release v1.0.2 (#49)
* Update `CHANGELOG.md` for `v1.0.2` * Update `Cargo.toml` crate version
1 parent 8b82fc2 commit b8e8098

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [# 1.0.2 (2024-02-16)](https://github.com/boa-dev/ryu-js/compare/v1.0.1...v1.0.2)
4+
5+
### Internal Improvements
6+
7+
- [INTERNAL #48](https://github.com/boa-dev/ryu-js/pull/48): Sync `upstream/master`. (@HalidOdat)
8+
39
## [# 1.0.1 (2024-03-02)](https://github.com/boa-dev/ryu-js/compare/v1.0.0...v1.0.1)
410

511
### Internal Improvements

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.1"
3+
version = "1.0.2"
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)