Skip to content

Commit 226e65d

Browse files
committed
chore(release): prepare for v0.2.3
1 parent 1122c5d commit 226e65d

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [v0.2.3](https://github.com/toggle-corp/timur-backend/compare/v0.2.2..v0.2.3) - 2026-05-15
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(project)* Add short_name in query - ([18a9fda](https://github.com/toggle-corp/timur-backend/commit/18a9fdab5ad14ddc5a1bc0485d5d03cb4f100be3))
9+
- *(query)* Add query for hours per day - ([5738017](https://github.com/toggle-corp/timur-backend/commit/5738017b3a6aa9f694206249acc108ad03a0ff84))
10+
- Add filters for allDeadlines - ([98e2eea](https://github.com/toggle-corp/timur-backend/commit/98e2eeaff694c68b6495e88664962b0bece5f63d))
11+
12+
#### 🐛 Bug Fixes
13+
14+
- Update helm snapshot test - ([1122c5d](https://github.com/toggle-corp/timur-backend/commit/1122c5dbfc28ccc8e63c819d8c4b91fc21e99b4f))
15+
- Make filters non mandatory for all_deadlines - ([5ba2356](https://github.com/toggle-corp/timur-backend/commit/5ba2356cd758eb2ad3d63b7afbb83587eeb71375))
16+
17+
#### 🚜 Refactor
18+
19+
- Change full day repr to 7 hours - ([acfbdf2](https://github.com/toggle-corp/timur-backend/commit/acfbdf2b3391c6e85e93feb843db590fd1039fb3))
20+
- Rename hours_per_day to daily_summary - ([fcb33d8](https://github.com/toggle-corp/timur-backend/commit/fcb33d853a41d997e74af11aaa07532b82f8bc20))
21+
22+
### 🍻 Pull Requests (2)
23+
- (#86) [Add query for recorded times (hours per day)](https://github.com/toggle-corp/timur-backend/pull/86)
24+
- (#87) [Project: Better journaling](https://github.com/toggle-corp/timur-backend/pull/87)
25+
26+
### :tada: New Contributors (1)
27+
28+
- [@frozenhelium](https://github.com/frozenhelium) made their first contribution
29+
330
## [v0.2.2](https://github.com/toggle-corp/timur-backend/compare/v0.2.1..v0.2.2) - 2026-05-03
431
### Changes:
532

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.2-SET-BY-CICD # managed by release.sh
5+
version: 0.2.3-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.2" # managed by release.sh
3+
version = "0.2.3" # 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)