Skip to content

Commit 91d1f58

Browse files
committed
Bump version to 0.2.1 and update changelog for release
1 parent abb57b3 commit 91d1f58

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.2.1] - 2025.06.13
9+
10+
This release focuses on improving the library's modularity by making web serving components optional, enhancing type safety, and adding essential model persistence capabilities.
11+
12+
### Improvements
13+
14+
* Refactor dependencies: move FastAPI, Pydantic, Uvicorn, HTTPX to optional dependencies and add Boto3 to dev-dependencies ([586bb56](https://github.com/myui/rtrec/commit/586bb56))
15+
16+
### Enhancements
17+
18+
* Implement model serialization and deserialization methods for BaseModel and its subclasses ([#5](https://github.com/myui/rtrec/pull/5))
19+
* Type safety improvements ([#6](https://github.com/myui/rtrec/pull/6))
20+
21+
### Bug Fixes
22+
23+
* Fix type errors ([#3](https://github.com/myui/rtrec/pull/3), [#4](https://github.com/myui/rtrec/pull/4))
24+
25+
**Full Changelog**: [v0.2.0...v0.2.1](https://github.com/myui/rtrec/compare/v0.2.0...v0.2.1)
26+
827
## [0.2.0] - 05.04.2025
928

1029
This release introduces architectural improvements to the recommendation system core, with a focus on separating recommendation logic for hot and cold users.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rtrec"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A realtime recommendation system supporting online updates"
55
authors = [
66
{ name = "myui", email = "myui@apache.org" }

0 commit comments

Comments
 (0)