Skip to content

Commit

Permalink
release: v0.9.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 15, 2024
1 parent 13729f1 commit 739cd14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0-beta.0] - 2024-08-15

### Added

- Several methods in `Reader` ([#89](https://github.com/gadomski/las-rs/pull/89))
Expand Down Expand Up @@ -101,7 +103,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.8...HEAD
[Unreleased]: https://github.com/gadomski/las-rs/compare/v0.9.0-beta.0...HEAD
[0.9.0-beta.0]: https://github.com/gadomski/las-rs/releases/compare/v0.8.8...v0.9.0-beta.0
[0.8.8]: https://github.com/gadomski/las-rs/releases/compare/v0.8.7...v0.8.8
[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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "las"
version = "0.8.8"
version = "0.9.0-beta.0"
authors = ["Pete Gadomski <[email protected]>"]
description = "Read and write point clouds stored in the ASPRS las file format."
description = "Reads and writes point clouds stored in the ASPRS las file format."
documentation = "https://docs.rs/las"
homepage = "https://github.com/gadomski/las-rs"
repository = "https://github.com/gadomski/las-rs"
Expand Down

0 comments on commit 739cd14

Please sign in to comment.