Skip to content

Commit

Permalink
Updated changelog and bumped version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Huszagh committed Sep 22, 2019
1 parent 0e0e50f commit 27d53ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lexical-core/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2019-09-22
### Changed
- Fixed a bug causing compilation issues on MSVC.

## [0.6.1] - 2019-09-16
### Changed
- Removed panic handler, allowing use in `no_std` environments.
Expand Down
2 changes: 1 addition & 1 deletion lexical-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "lexical-core"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core"
version = "0.6.1"
version = "0.6.2"
build = "build.rs"
exclude = [
"fuzz/*",
Expand Down

0 comments on commit 27d53ed

Please sign in to comment.