Skip to content

Commit 28ec051

Browse files
committed
chore(release): prepare for v0.1.4
1 parent fe935d3 commit 28ec051

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

CHANGELOG.md

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

3+
## [0.1.4](https://github.com/toggle-corp/timur-backend/compare/v0.1.3..v0.1.4) - 2025-07-24
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(admin-panel)* Show Event/Dealine google_calendar_html_link as anchor - ([8de2b73](https://github.com/toggle-corp/timur-backend/commit/8de2b73f04b23c625947f4ea9a81dbeebc661537))
9+
- *(s3)* Cache generated url using redis - ([9462a3f](https://github.com/toggle-corp/timur-backend/commit/9462a3f00c48a39fd06b548e8b6826a16c543614))
10+
- Publish helm on push to develop - ([1c87ebf](https://github.com/toggle-corp/timur-backend/commit/1c87ebf7073d497201eba31383ce0649d0d6f899))
11+
12+
#### 🐛 Bug Fixes
13+
14+
- *(standup)* Fix assignable users - ([aeebbff](https://github.com/toggle-corp/timur-backend/commit/aeebbffad4673ec4308f992f47c6a1723228bce6))
15+
- *(standup)* Exclude inactive user for standup assignment - ([6a90d8c](https://github.com/toggle-corp/timur-backend/commit/6a90d8c605a3e02ea16968b03e8732c2f95feb9c))
16+
17+
### 🍻 Pull Requests (3)
18+
- (#65) [Chore(deps): update dependency ubuntu to v24](https://github.com/toggle-corp/timur-backend/pull/65)
19+
- (#67) [Feat/s3 url cache](https://github.com/toggle-corp/timur-backend/pull/67)
20+
- (#71) [Chore/july](https://github.com/toggle-corp/timur-backend/pull/71)
21+
22+
323
## [0.1.3](https://github.com/toggle-corp/timur-backend/compare/v0.1.2..v0.1.3) - 2025-06-02
424
### Changes:
525

@@ -124,8 +144,5 @@
124144
- (#62) [Feat(sentry): add cron monitor](https://github.com/toggle-corp/timur-backend/pull/62)
125145
- (#64) [Chore/2025 may](https://github.com/toggle-corp/timur-backend/pull/64)
126146

127-
### :tada: New Contributors (1)
128-
129-
- [@renovate[bot]](https://github.com/renovate[bot]) made their first contribution in [#47](https://github.com/toggle-corp/timur-backend/pull/47)
130147

131148
<!-- generated by git-cliff -->

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