Skip to content

Commit

Permalink
Updated change log and bumped version for 0.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cry-inc committed Feb 22, 2024
1 parent d55db2f commit 147a7ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.10.4] - 2024-02-22

- Smaller perfomance improvements for reading E57 files
- Fixed page boundary crossing errors (thx nil-vr!)
- Fixed alignment issues after writing image blob sections (thx nil-vr!)

## [0.10.3] - 2023-12-06

- Updated `roxmltree` dependency to 0.19, which removes the indirect dependency to `xmlparser`.
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.10.3"
version = "0.10.4"
edition = "2021"
readme = "README.md"
repository = "https://github.com/cry-inc/e57"
Expand Down

0 comments on commit 147a7ea

Please sign in to comment.