Release v0.9.0 - #13
Merged
Merged
Conversation
PMTiles export and `tilefeed --version` are new features, so this is a minor bump rather than a patch. Packaging manifests are deliberately left at 0.8.1 here: scripts/update-manifests.sh owns them now and the release workflow regenerates all six after the release publishes, with real checksums. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UDAsxXjaouazD2L4NhDxSb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump and changelog only — no code changes.
A minor bump: PMTiles export and
tilefeed --versionare new features, not fixes.Contents since v0.8.1
Added
tilefeed export <in.mbtiles> <out.pmtiles>produces a single-file archive for static hosting on S3/R2/any CDN, with no tile server. Dedup, run collapsing, Hilbert ordering, leaf directories, read-only source, and per-tile verification against the source before it reports success.tilefeed --version/-V, which previously exited 2 with "unexpected argument".Fixed
brew installon Linux arm64 installed an x86_64 binary — the formula never referenced the aarch64 Linux asset that was being published all along.brew test tilefeedran a command literally named#{bin}/tilefeed, from a backslash that survived a workflow heredoc into the Ruby.__CHECKSUM__placeholders; all six are now generated byscripts/update-manifests.sh.Notes
scripts/update-manifests.showns them and the release workflow regenerates all six with real checksums after the release publishes.Checks
339 tests;
cargo clippy -- -D warnings -A dead_code(CI's own command) andcargo fmt --checkclean;tilefeed --versionreportstilefeed 0.9.0.🤖 Generated with Claude Code
https://claude.ai/code/session_01UDAsxXjaouazD2L4NhDxSb