Skip to content

Commit 38ee311

Browse files
authored
Version bump to 0.2.1 and changelog update (#14)
1 parent 2da4987 commit 38ee311

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
# [# 0.2.1 (2020-11-11)](https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1)
4+
5+
Feature enhancements:
6+
7+
- [FEATURE #11](https://github.com/boa-dev/ryu-js/pull/11):
8+
Null check in unsafe `format32` and `format64` (in debug mode). (@HalidOdat)
9+
10+
Bug fixes:
11+
12+
- BUG [#12](https://github.com/boa-dev/ryu-js/pull/12) [#13](https://github.com/boa-dev/ryu-js/pull/13):
13+
Documentation fixes (@HalidOdat)
14+
315
# [# 0.2.0 (2020-07-14) - ECMAScript compliant `f32` conversions Release](https://github.com/boa-dev/ryu-js/compare/v0.1.0...v0.2.0)
416

517
Feature enhancements:

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 = "0.2.0" # don't forget to update html_root_url
3+
version = "0.2.1" # don't forget to update html_root_url
44
authors = ["David Tolnay <[email protected]>", "boa-dev"]
55
license = "Apache-2.0 OR BSL-1.0"
66
description = "Fast floating point to string conversion, ECMAScript compliant."

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! notation.
6666
6767
#![no_std]
68-
#![doc(html_root_url = "https://docs.rs/ryu-js/0.2.0")]
68+
#![doc(html_root_url = "https://docs.rs/ryu-js/0.2.1")]
6969
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
7070
#![cfg_attr(
7171
feature = "cargo-clippy",

0 commit comments

Comments
 (0)