Skip to content

Commit 852884f

Browse files
committed
Updated change log and bumped version for 0.11.11 release
1 parent 8f09c5e commit 852884f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.11.11] - 2025-09-29
6+
7+
- Allow reading invalid state flags from single and double values to be compatible with spec-violating files generated by PDAL.
8+
This fixes issue #18.
9+
- Skip updating bounds for invalid spherical and Cartesian coordinates.
10+
- Added additional predefined record types for spherical coordinates and invalid states.
11+
- Allow setting bounds for index, Cartesian and spherical values manually when writing point clouds.
12+
- Fixed some new Clippy warnings.
13+
- Cargo dependency updates for some of the tools.
14+
515
## [0.11.10] - 2025-03-26
616

717
- Fixed simple reader bug for case where floating point records did not have the optional minimum and maximum values

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e57"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
edition = "2021"
55
readme = "README.md"
66
repository = "https://github.com/cry-inc/e57"

0 commit comments

Comments
 (0)