Skip to content

Commit

Permalink
Version bump to 0.2.1 and changelog update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Sep 11, 2020
1 parent 2da4987 commit 38ee311
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

# [# 0.2.1 (2020-11-11)](https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1)

Feature enhancements:

- [FEATURE #11](https://github.com/boa-dev/ryu-js/pull/11):
Null check in unsafe `format32` and `format64` (in debug mode). (@HalidOdat)

Bug fixes:

- BUG [#12](https://github.com/boa-dev/ryu-js/pull/12) [#13](https://github.com/boa-dev/ryu-js/pull/13):
Documentation fixes (@HalidOdat)

# [# 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)

Feature enhancements:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryu-js"
version = "0.2.0" # don't forget to update html_root_url
version = "0.2.1" # don't forget to update html_root_url
authors = ["David Tolnay <[email protected]>", "boa-dev"]
license = "Apache-2.0 OR BSL-1.0"
description = "Fast floating point to string conversion, ECMAScript compliant."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
//! notation.
#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu-js/0.2.0")]
#![doc(html_root_url = "https://docs.rs/ryu-js/0.2.1")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(
feature = "cargo-clippy",
Expand Down

0 comments on commit 38ee311

Please sign in to comment.