Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed May 7, 2017
1 parent d492df1 commit feda734
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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.
Expand Down

0 comments on commit feda734

Please sign in to comment.