Skip to content

Commit

Permalink
Update changelog and increment versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Oct 4, 2021
1 parent c6686e8 commit 01fcdcf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Notes significant changes to `lexical` and `lexical-core`. The version specified
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.2] 2021-10-04
### Changed
- Reproduce all dependent licenses in lexical, and document extensively what features are dependent on what licensing terms.

## [0.8.1] 2021-09-03
### Changed
- Fixed a bug in feature `format` where `skip::Bytes::count` was not being incremented in `step_by_unchecked`.
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"
version = "0.8.0"
version = "0.8.2"
exclude = [
"assets/*",
"docs/*",
Expand Down
2 changes: 1 addition & 1 deletion lexical-parse-float/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-parse-float"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "0.8.0"
version = "0.8.2"
exclude = [
"assets/*",
"docs/*",
Expand Down
2 changes: 1 addition & 1 deletion lexical-write-float/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-write-float"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "0.8.0"
version = "0.8.2"
exclude = [
"assets/*",
"docs/*",
Expand Down
2 changes: 1 addition & 1 deletion lexical/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"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "6.0.0"
version = "6.0.1"
exclude = [
"assets/*",
"docs/*",
Expand Down

0 comments on commit 01fcdcf

Please sign in to comment.