@@ -4,10 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7-
8- ---
9-
10- ## [ 2.0.0] - 2025-08-19
7+
8+ ---
9+
10+ ## [ Unreleased]
11+
12+ ## [ 0.1.0-api] - 2025-12-01
13+
14+ ### Added
15+ - 🚀 FastAPI service with ` /health ` , ` /v1/stats ` , ` /v1/provinces ` , and ` /v1/search ` endpoints plus unified error responses
16+ - 🗂️ JSON data file (` app/data/wilayah.json ` ) with loader fallback in ` sistem_wilayah_indonesia.py `
17+ - 🧪 Service layer, Pydantic schemas, and pytest suite (FastAPI TestClient)
18+ - 🛠️ CI workflow (ruff, mypy, pytest), Dockerfile, and backend project scaffolding
19+
20+ ### Changed
21+ - 📄 README diperbarui untuk quickstart API, Docker, dan catatan versi (tag CLI ` v1.0.0-cli ` )
22+ - 📦 Dependencies disederhanakan: runtime FastAPI + dev tools (ruff, mypy, pytest)
23+
24+ ---
25+
26+ ## [ 2.0.0-cli] - 2025-08-19
1127
1228### Added
1329- 🎉 Complete rewrite with comprehensive kabupaten/kota data
@@ -35,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3551
3652---
3753
38- ## [ 1.0.0] - 2024-01-16
54+ ## [ 1.0.0-cli ] - 2024-01-16
3955
4056### Added
4157- 🏛️ Basic province and capital city lookup
@@ -87,4 +103,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87103- 🙏 Indonesian Government for providing open administrative data
88104- 👥 Open source community for tools and inspiration
89105- 📖 Wikipedia editors for maintaining accurate regional data
90- - 🇮🇩 Indonesia for being an amazing archipelago to document
106+ - 🇮🇩 Indonesia for being an amazing archipelago to document
0 commit comments