From 0f0cffcae6974ca2c470a72053d0f36774b4d9c6 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 6 Nov 2024 04:49:46 -0700 Subject: [PATCH] release: v0.9.2 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124225fb..af6f49d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2] + +### Fixed + +- Relax string parsing ([#98](https://github.com/gadomski/las-rs/pull/98)) + ## [0.9.1] - 2024-08-22 ### Fixed @@ -109,7 +115,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.9.1...HEAD +[Unreleased]: https://github.com/gadomski/las-rs/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/gadomski/las-rs/releases/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/gadomski/las-rs/releases/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/gadomski/las-rs/releases/compare/v0.8.8...v0.9.0 [0.8.8]: https://github.com/gadomski/las-rs/releases/compare/v0.8.7...v0.8.8 diff --git a/Cargo.toml b/Cargo.toml index 356470d0..1828407f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "las" -version = "0.9.1" +version = "0.9.2" authors = ["Pete Gadomski "] description = "Reads and writes point clouds stored in the ASPRS las file format." documentation = "https://docs.rs/las"