Skip to content

Commit

Permalink
feat: bump e57 crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Sep 5, 2023
1 parent 87569ed commit c5c7ef3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
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.4.1](https:/wildweb-io/e57_to_las/compare/v0.4.0..0.4.1) - 2023-09-05

### ⛰️ Features

- Bump e57 crate version - ([8eac110](https:/wildweb-io/e57_to_las/commit/8eac1108703f151c431a926941ebf127ecc1c6f6))

## [0.4.0](https:/wildweb-io/e57_to_las/compare/v0.3.1..0.4.0) - 2023-08-25

### ⛰️ Features
Expand Down
4 changes: 2 additions & 2 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.4.0"
version = "0.4.1"
readme = "README.md"
license = "MIT"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ authors = ["pnodet <[email protected]>", "pnwa <[email protected]>"]
[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive"] }
e57 = "0.8.0"
e57 = "0.9.0"
serde_json = {version = "1.0.105", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
las = "0.8.1"
Expand Down

0 comments on commit c5c7ef3

Please sign in to comment.