Skip to content

Commit fb1b2bc

Browse files
committed
docs: add release notes for v1.0.0
1 parent 29e967b commit fb1b2bc

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

docs/release-notes/v1.0.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Local Leads Finder v1.0.0
3+
description: Release notes for Local Leads Finder v1.0.0
4+
---
5+
6+
# Local Leads Finder v1.0.0
7+
8+
## 🚀 Highlights
9+
10+
- Added search-engine friendly metadata, Open Graph sharing tags, and FAQ structured data to the app shell.
11+
- Introduced a dynamic country selector covering 200+ ISO codes and refreshed statistics to reflect the broader coverage.
12+
- Implemented on-demand marketing sections (Features, Use Cases, Insights) that reveal when linked from the navbar.
13+
- Served `robots.txt` and `sitemap.xml` endpoints so crawlers can index deployments cleanly.
14+
- Added a favicon, nav/footer links, and scroll-to-section behaviour for a more polished UX.
15+
16+
## 🧪 Quality & Tooling
17+
18+
- Set up automated CI to compile Python sources, run pytest, and tolerate empty test suites.
19+
- Added a release workflow that publishes tagged builds to PyPI with `python -m build` and `twine`.
20+
- Created GitHub issue templates for bug reports and feature requests to streamline community feedback.
21+
22+
## 📦 Packaging
23+
24+
- Prepared the repository for distribution and automated uploads to PyPI on `v*` tags.
25+
- Added structured release notes to guide future changelog updates.
26+
27+
## 🚨 Breaking Changes
28+
29+
- None. This is the first tagged release.
30+
31+
## ✅ Upgrade Notes
32+
33+
1. Pull the latest `main`.
34+
2. Install/update dependencies: `pip install -r requirements.txt`.
35+
3. If consuming via PyPI, install with `pip install local-leads-finder`.
36+
37+
## 🔜 Next Steps
38+
39+
- Expand test coverage alongside the new workflows.
40+
- Document additional usage examples and API integrations.

0 commit comments

Comments
 (0)