Skip to content

Commit 7136b91

Browse files
committed
chore(release): prepare for v0.2.2
1 parent fbba0e0 commit 7136b91

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.1..v0.2.2) - 2025-10-12
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(cron)* Add update_community_dashboard_aggregated_data - ([27bf093](https://github.com/mapswipe/mapswipe-backend/commit/27bf0935e1e025342a98b885d46b505400878e6f))
9+
10+
### 🍻 Pull Requests (1)
11+
- (#196) [Feat(cron): add update_community_dashboard_aggregated_data](https://github.com/mapswipe/mapswipe-backend/pull/196)
12+
13+
314
## [0.2.1](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.1-dev5..v0.2.1) - 2025-10-12
415
### Changes:
516

@@ -888,7 +899,7 @@ contributor team. - ([bc8ab4a](https://github.com/mapswipe/mapswipe-backend/comm
888899

889900
- [@kopitek8](https://github.com/kopitek8) made their first contribution
890901

891-
## [0.1.0] - 2025-05-30
902+
## [0.1.0](https://github.com/mapswipe/mapswipe-backend/compare/v0.1.1..v0.1.0) - 2025-05-30
892903
### Changes:
893904

894905
#### 🚀 Features

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: mapswipe-backend-helm
33
description: "Helm Chart to deploy the Mapswipe Backend (Alpha instances)"
44
type: application
5-
version: 0.2.1-SET-BY-CICD # managed by release.sh
5+
version: 0.2.2-SET-BY-CICD # managed by release.sh
66
sources:
77
- https://github.com/mapswipe/mapswipe-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 = "mapswipe-backend"
3-
version = "0.2.1" # managed by release.sh
3+
version = "0.2.2" # managed by release.sh
44
description = "Backend for Mapswipe"
55
authors = [
66
{name = "Mapswipe", email = "[email protected]"},

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)