From feda734e992e491e03c184b3d5d21e00917c4a9c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 7 May 2017 16:55:50 -0500 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2e001..d001964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.2] - 2017-05-07 + +### Fixed + +- UB in the checked cast from `f32` to `u128`. + ## [v0.2.1] - 2017-05-06 ### Added @@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/japaric/cast.rs/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/japaric/cast.rs/compare/v0.2.2...HEAD +[v0.2.2]: https://github.com/japaric/cast.rs/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/japaric/cast.rs/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/japaric/cast.rs/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index da67d29..3534ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["checked", "cast", "primitive", "integer", "float"] license = "MIT OR Apache-2.0" name = "cast" repository = "https://github.com/japaric/cast.rs" -version = "0.2.1" +version = "0.2.2" [features] # Assume we should use `std` unless asked to do otherwise.