Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.79 KB

File metadata and controls

40 lines (25 loc) · 1.79 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.16.0 - 2025-09-08

Added

  • (object_store) add an object_store::ObjectStore backend (#71)
  • Coord::new now returns Result (#69)

Other

  • Add an add_raw_tile that skips tile compression (#74)
  • [pre-commit.ci] pre-commit autoupdate (#73)
  • Bump actions/checkout from 4 to 5 in the all-actions-version-updates group (#72)

0.15.0 - 2025-07-02

Added

  • add AsyncPmTilesReader::entries to iterate all entries (#49)
  • rework tile coordinates (#62)

Fixed

  • fix readme link and obsolete docs badge (#60)

Other

  • enable all non-conflicting features by default (#68)
  • automate release process (#66)
  • use u32 instead of u64 for (x,y) (#65)
  • prevent/autofix tabs in text (#64)
  • upgrade to 2025 edition (#61)