Skip to content

Commit 2fce1a9

Browse files
committed
chore: bump version v0.7.0
1 parent 645990f commit 2fce1a9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [v0.7.0](https://github.com/pjsier/echomap/releases/tag/v0.7.0)
6+
7+
- Multiple dependency updates, including refactoring for `clap`
8+
- Use `FeatureIterator` from [`geojson` v0.22.3](https://github.com/georust/geojson/releases/tag/0.22.3) to reduce memory consumption and runtime significantly for extremely large GeoJSON files
9+
510
## [v0.6.2](https://github.com/pjsier/echomap/releases/tag/v0.6.2)
611

712
- Add test for shapefiles ([#21](https://github.com/pjsier/echomap/pull/21)) from [@niwa-s](https://github.com/niwa-s)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "echomap"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = ["Pat Sier <[email protected]>"]
55
description = "A command line tool for previewing map files in the terminal"
66
readme = "README.md"

0 commit comments

Comments
 (0)