Skip to content

Commit 9e822f6

Browse files
committed
Add CHANGELOG.md to document project updates and versioning
1 parent e3f83c8 commit 9e822f6

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.1] - 2025-01-11
9+
10+
### Changed
11+
12+
- Updated README to be minimalistic with links to full documentation
13+
- Updated repository URLs to correct GitHub organization
14+
15+
## [0.1.0] - 2025-01-11
16+
17+
### Added
18+
19+
- Initial release
20+
- Query endpoint with optional store_id, filters, and model parameters
21+
- Usage statistics endpoint
22+
- Plans listing endpoint
23+
- Structured QueryFilters model
24+
- Error handling for authentication, rate limits, and quotas
25+
- Full type hints with Pydantic models
26+
- Async/await support
27+
28+
[0.1.1]: https://github.com/BrainUsLK/brainus-ai-python/compare/v0.1.0...v0.1.1
29+
[0.1.0]: https://github.com/BrainUsLK/brainus-ai-python/releases/tag/v0.1.0

0 commit comments

Comments
 (0)