Skip to content

Commit 3612ae3

Browse files
authored
Merge pull request #94 from yuiseki/bump/v0.5.0
Bump version to v0.5.0
2 parents a6a87c7 + 6af9047 commit 3612ae3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ The format is based on Keep a Changelog and adheres to Semantic Versioning.
2020
### Security
2121
- TBD_UNVT_CHANGELOG_SECURITY
2222

23+
## [0.5.0] - 2026-01-20
24+
25+
### Changed
26+
- Inspect defaults: layer statistics are now opt-in via `--include-layer-list` to avoid expensive scans by default.
27+
28+
### Performance
29+
- Inspect processing uses tile_column chunking for high zooms (z>=12).
30+
- Histogram and zoom histogram scans now chunk by tile_column for high zooms (z>=12).
31+
2332
## [0.4.7] - 2026-01-18
2433
### Added
2534
- Add `--report-format` JSON/NDJSON output for optimize.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vt-optimizer-rs"
3-
version = "0.4.7"
3+
version = "0.5.0"
44
edition = "2024"
55
license = "MIT"
66
description = "A fast CLI to inspect and optimize MBTiles/PMTiles vector tiles."

0 commit comments

Comments
 (0)