aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
blob: e3d67ec47cea43db5ce34597012fd274fa105f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= CHANGELOG

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

== UNRELEASED

Added:

- The `storage::MbTiles::with_name` and `storage::MbTiles::with_description` methods.

== 0.2.0 (2026-05-02)

Added:

- The `storage::OsmAnd` and `storage::MbTiles` formats

Changed:

- The gradient color scaling.
- Updated dependencies.

Removed:

- The `storage::Sqlite` struct (`storage::OsmAnd` can be used instead)

== 0.1.0 (2025-11-29)

Initial release.