Skip to content

Commit ec74ae3

Browse files
committed
Update version to 0.1.3 and correct URLs in pyproject.toml; enhance CHANGELOG and README documentation
1 parent fb39580 commit ec74ae3

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2025-12-12
9+
10+
### Changed
11+
12+
- Updated docs
13+
14+
## [0.1.2] - 2025-12-12
15+
16+
### Changed
17+
18+
- Updated docs
19+
820
## [0.1.1] - 2025-12-12
921

1022
### Changed
@@ -25,5 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2537
- Full type hints with Pydantic models
2638
- Async/await support
2739

40+
[0.1.3]: https://github.com/BrainUsLK/brainus-ai-python/compare/v0.1.2...v0.1.3
41+
[0.1.2]: https://github.com/BrainUsLK/brainus-ai-python/compare/v0.1.1...v0.1.2
2842
[0.1.1]: https://github.com/BrainUsLK/brainus-ai-python/compare/v0.1.0...v0.1.1
2943
[0.1.0]: https://github.com/BrainUsLK/brainus-ai-python/releases/tag/v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Full documentation, quick start guide, API reference, and examples are available
3030
## Resources
3131

3232
- [Documentation](https://developers.brainus.lk/docs/sdks/python)
33-
- [Get API Key](https://developer.brainus.lk/dashboard/keys)
33+
- [Get API Key](https://developers.brainus.lk/dashboard/keys)
3434
- [Support](https://github.com/BrainUsLK/brainus-ai-python/issues)
3535
- [Website](https://brainus.lk)
36-
- [Developer Portal](https://developer.brainus.lk)
36+
- [Developer Portal](https://developers.brainus.lk)
3737

3838
## License
3939

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "brainus-ai"
7-
version = "0.1.1"
7+
version = "0.1.3"
88
description = "Official Python SDK for Brainus AI - RAG-powered educational content API"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -43,8 +43,8 @@ dev = [
4343
]
4444

4545
[project.urls]
46-
Homepage = "https://developer.brainus.lk"
47-
Documentation = "https://developer.brainus.lk/docs"
46+
Homepage = "https://developers.brainus.lk"
47+
Documentation = "https://developers.brainus.lk/docs"
4848
Repository = "https://github.com/BrainUsLK/brainus-ai-python"
4949
Issues = "https://github.com/BrainUsLK/brainus-ai-python/issues"
5050
Changelog = "https://github.com/BrainUsLK/brainus-ai-python/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)