Skip to content

Commit

Permalink
feat: update crate e57
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Aug 28, 2024
1 parent 1fd1570 commit 0915fab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.6.1](https://github.com/nivalis-studio/e57-to-las/compare/v0.6.0..v0.6.1) - 2024-08-28

### ⛰️ Features

- Update crate e57 - ([e8cd453](https://github.com/nivalis-studio/e57-to-las/commit/e8cd453149d5a2c9a9f4533c5bf18a254983682b))

### ⚙️ Miscellaneous Tasks

- Update changelog - ([1fd1570](https://github.com/nivalis-studio/e57-to-las/commit/1fd1570b71419402c69643e23dd20e2300999e3c))

## [0.6.0](https://github.com/nivalis-studio/e57-to-las/compare/v0.5.0..v0.6.0) - 2024-08-26

### 🐛 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e57-to-las"
description = "Convert E57 point cloud files to LAS"
version = "0.6.0"
version = "0.6.1"
readme = "README.md"
license = "MIT"
edition = "2021"
Expand All @@ -17,7 +17,7 @@ exclude = ["/examples"]
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive"] }
e57 = "0.11.4"
e57 = "0.11.5"
serde_json = { version = "1.0.117" }
serde = { version = "1.0.203", features = ["derive"] }
las = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use this as a crate in your own project, add the following to your `Cargo.tom

```toml
[dependencies]
e57-to-las = "0.6.0"
e57-to-las = "0.6.1"
```

You can then use it in your code as follows:
Expand Down

0 comments on commit 0915fab

Please sign in to comment.