Skip to content

Commit 96d6ebb

Browse files
committed
Updated change log and bumped version for 0.11.12 release
1 parent 80d18fc commit 96d6ebb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.11.12] - 2025-11-06
6+
7+
- Allow reading of E57 files with XML sections of up to 50 MB.
8+
The previous limit was 10 MB, which was not enough for some big files with lots of pictures.
9+
This reduces the impact of reported issue #19.
10+
- Cargo dependency update for XML parser
11+
512
## [0.11.11] - 2025-09-29
613

714
- Allow reading invalid state flags from single and double values to be compatible with spec-violating files generated by PDAL.

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.11"
3+
version = "0.11.12"
44
edition = "2021"
55
readme = "README.md"
66
repository = "https://github.com/cry-inc/e57"

0 commit comments

Comments
 (0)