Skip to content

Commit bd312a9

Browse files
committed
chore(release): prepare for v0.2.9
1 parent b83cea6 commit bd312a9

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.9](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.8..v0.2.9) - 2025-11-03
4+
### Changes:
5+
6+
#### 🐛 Bug Fixes
7+
8+
- *(export)* Global export - ([89ef123](https://github.com/mapswipe/mapswipe-backend/commit/89ef1239fbdf8c40d3873859253dd3ea9f8e2dfd))
9+
- *(mapping)* Add unsynced user to the firebase user update list - ([841a196](https://github.com/mapswipe/mapswipe-backend/commit/841a196e71d136a9bb99cf104800e2a686d8a523))
10+
- Replace datetime.now() with timezone.now() - ([764c68f](https://github.com/mapswipe/mapswipe-backend/commit/764c68f99b97a7b2e2d0a21101bb26dca7209526))
11+
12+
#### ⚙️ Miscellaneous Tasks
13+
14+
- *(firebase)* Add firebase model class in logger error message - ([dfccc1d](https://github.com/mapswipe/mapswipe-backend/commit/dfccc1dc1ff1513bb65b0279f6583676e83e8b24))
15+
- *(loaddata)* Comment out project_type_specifics migration - ([ebaf0db](https://github.com/mapswipe/mapswipe-backend/commit/ebaf0dbeac1ec36b3a3605ac914dfb7fa5f3ccda))
16+
- *(mapping)* Show invalid mapping results dataset for debugging - ([4e9f332](https://github.com/mapswipe/mapswipe-backend/commit/4e9f332b6be98a5308efa7f1b1b6c2107e969e0c))
17+
18+
### 🍻 Pull Requests (1)
19+
- (#213) [Fix/global exports](https://github.com/mapswipe/mapswipe-backend/pull/213)
20+
21+
322
## [0.2.8](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.7..v0.2.8) - 2025-10-30
423
### Changes:
524

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.8-SET-BY-CICD # managed by release.sh
5+
version: 0.2.9-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.8" # managed by release.sh
3+
version = "0.2.9" # managed by release.sh
44
description = "Backend for Mapswipe"
55
authors = [
66
{name = "Mapswipe", email = "[email protected]"},

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)