diff --git a/CHANGELOG b/CHANGELOG index 79d2e597..54b1b3ff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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`. diff --git a/lexical-core/Cargo.toml b/lexical-core/Cargo.toml index 8f5b3af8..98f17cda 100644 --- a/lexical-core/Cargo.toml +++ b/lexical-core/Cargo.toml @@ -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/*", diff --git a/lexical-parse-float/Cargo.toml b/lexical-parse-float/Cargo.toml index 5875c948..ad9bb90e 100644 --- a/lexical-parse-float/Cargo.toml +++ b/lexical-parse-float/Cargo.toml @@ -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/*", diff --git a/lexical-write-float/Cargo.toml b/lexical-write-float/Cargo.toml index de8bbef5..0c337d79 100644 --- a/lexical-write-float/Cargo.toml +++ b/lexical-write-float/Cargo.toml @@ -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/*", diff --git a/lexical/Cargo.toml b/lexical/Cargo.toml index 9773f4f1..4b977b8c 100644 --- a/lexical/Cargo.toml +++ b/lexical/Cargo.toml @@ -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/*",