Skip to content

Commit 8e905bb

Browse files
committed
docs: add CHANGELOG.md for version history
1 parent 622a852 commit 8e905bb

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- Frontend v2 redesign (in progress)
12+
- Anonymous repo indexing flow
13+
- AI-powered search summaries
14+
15+
### Changed
16+
- Premium dark theme with glassmorphism effects
17+
- Improved search result display
18+
19+
---
20+
21+
## [0.1.0] - 2024-12-23
22+
23+
### Added
24+
- Semantic code search using vector embeddings
25+
- Dependency graph analysis
26+
- Impact analysis for code changes
27+
- Code style analysis
28+
- MCP (Model Context Protocol) server integration
29+
- Support for Python, TypeScript, JavaScript, Go, Rust
30+
- Supabase authentication
31+
- Redis caching layer
32+
- Docker deployment support
33+
- Comprehensive API documentation
34+
35+
### Infrastructure
36+
- FastAPI backend with async support
37+
- React + Vite + TypeScript frontend
38+
- Pinecone vector database integration
39+
- GitHub OAuth integration
40+
- Rate limiting and security middleware
41+
42+
---
43+
44+
## Version History
45+
46+
This project follows [Semantic Versioning](https://semver.org/):
47+
48+
- **MAJOR** version for incompatible API changes
49+
- **MINOR** version for new functionality (backwards compatible)
50+
- **PATCH** version for bug fixes (backwards compatible)
51+
52+
Pre-1.0 releases (0.x.x) may have breaking changes in minor versions as the API stabilizes.

0 commit comments

Comments
 (0)