Skip to content

Commit

Permalink
Updated change log and bumped version for 0.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cry-inc committed Aug 17, 2024
1 parent ab7c6ea commit 22177a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

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

## [0.11.3] - 2024-08-17
## [0.11.4] - 2024-08-17

- Fixed critical writer bug that could produce corrupt E57 files.
This occured when point attributes sizes were not full bytes.
(For example intensity integer values between 0 and 2047)
- Fixed critical writer bug that could produce invalid E57 files.
This occured when point attributes sizes were not full bytes,
for example intensity integer values between 0 and 2047.
In other cases the file was valid, but contained wrong values for such attributes.
- Fixed minor corner case in reader when a data packet did not contain a full point.

## ~~[0.11.3]~~ - 2024-08-17

- **This version was yanked from crates.io and is no longer available!**
- Broken fix for critical writer bug that could produce corrupt E57 files.

## [0.11.2] - 2024-06-02

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e57"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
readme = "README.md"
repository = "https://github.com/cry-inc/e57"
Expand Down

0 comments on commit 22177a4

Please sign in to comment.