Skip to content

Commit bfb9fe4

Browse files
committed
chore: release v0.1.2
1 parent 6de17e1 commit bfb9fe4

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 0.1.2 - 2026-05-27
6+
7+
- Update dependencies
8+
- Fix compatibility with Bun v1.3.14
9+
510
## 0.1.1 - 2026-04-09
611

712
- Respect geometry's embedded CRS for correct area calculation

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ CLI reference.
7979
- [Configuration and environment variables](docs/configuration.md)
8080
- [Spatial filtering and geometry modes](docs/spatial-filtering.md)
8181
- [Output layout and cache behavior](docs/output-and-cache.md)
82+
- [Release process](docs/release.md)
8283
- [Development notes](docs/development.md)
8384

8485
## Limitations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saanseoi/overturist",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "CLI to obtain Overture Maps data from S3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)