diff --git a/CHANGELOG.md b/CHANGELOG.md index f8013ded..c9584ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.7] - 2024-05-13 + ### Fixed - Deny more things ([#78](https://github.com/gadomski/las-rs/pull/78)) @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Benchmarks now use [criterion](https://github.com/bheisler/criterion.rs) ([#52](https://github.com/gadomski/las-rs/pull/52)) - Edition is now 2021 ([#52](https://github.com/gadomski/las-rs/pull/52)) -[Unreleased]: https://github.com/gadomski/las-rs/compare/v0.8.6...HEAD +[Unreleased]: https://github.com/gadomski/las-rs/compare/v0.8.7...HEAD +[0.8.7]: https://github.com/gadomski/las-rs/releases/compare/v0.8.6...v0.8.7 [0.8.6]: https://github.com/gadomski/las-rs/releases/compare/v0.8.5...v0.8.6 [0.8.5]: https://github.com/gadomski/las-rs/releases/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/gadomski/las-rs/releases/compare/v0.8.3...v0.8.4 diff --git a/Cargo.toml b/Cargo.toml index df939061..5da36e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "las" -version = "0.8.6" +version = "0.8.7" authors = ["Pete Gadomski "] description = "Read and write point clouds stored in the ASPRS las file format." documentation = "https://docs.rs/las"