Skip to content

Commit c822dcf

Browse files
committed
chore(release): prepare for v0.2.1
1 parent 0ebbe0c commit c822dcf

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v0.2.1](https://github.com/toggle-corp/timur-backend/compare/v0.2.0..v0.2.1) - 2026-04-10
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- Switch to banjo-helm - ([c41c0c9](https://github.com/toggle-corp/timur-backend/commit/c41c0c967b8b4760df2f7729f6f60e5b519b6a09))
9+
10+
#### ⚙️ Miscellaneous Tasks
11+
12+
- *(lint)* Remove redundant flake8 - ([99313cd](https://github.com/toggle-corp/timur-backend/commit/99313cd2352011a60ee8660ab62969c8328272ef))
13+
- *(test)* Update coverage exclude config - ([adb971c](https://github.com/toggle-corp/timur-backend/commit/adb971c1cb07f60e58ccd124671e9cc58111fe51))
14+
15+
#### Dosc
16+
17+
- Add WIP doc for slack bot - ([ebd8636](https://github.com/toggle-corp/timur-backend/commit/ebd86362810067995e63caaaae26a8817ce5edc5))
18+
19+
### 🍻 Pull Requests (1)
20+
- (#75) [Chore(lint): remove redundant flake8](https://github.com/toggle-corp/timur-backend/pull/75)
21+
22+
323
## [v0.2.0](https://github.com/toggle-corp/timur-backend/compare/v0.1.5..v0.2.0) - 2026-04-08
424
### Changes:
525

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: timur-backend-helm
33
description: "Helm Chart to deploy the Timur Backend"
44
type: application
5-
version: 0.2.0-SET-BY-CICD # managed by release.sh
5+
version: 0.2.1-SET-BY-CICD # managed by release.sh
66
sources:
77
- https://github.com/toggle-corp/timur-backend
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "timur-backend"
3-
version = "0.2.0" # managed by release.sh
3+
version = "0.2.1" # managed by release.sh
44
description = ""
55
authors = [{ name = "tc-dev", email = "dev@togglecorp.com" }]
66
requires-python = "~=3.13.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)