Skip to content

Commit 47ff5e5

Browse files
committed
chore(release): prepare for v0.2.5
1 parent d45c6da commit 47ff5e5

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

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

3+
## [0.2.5](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.4..v0.2.5) - 2025-10-17
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(admin)* Show team members count in team list page - ([1ae590b](https://github.com/mapswipe/mapswipe-backend/commit/1ae590b6f0747caf3d3d88c230dbf4c415ef4318))
9+
- *(admin)* Add autocomplete-filter to user for team - ([ee97596](https://github.com/mapswipe/mapswipe-backend/commit/ee97596aa1ca57a7a0a0e2ac0452c5e2d3064d90))
10+
- *(slack)* Update slack messages - ([07d6a51](https://github.com/mapswipe/mapswipe-backend/commit/07d6a5112b5224c8a61bac65d063f5342c2c527a))
11+
12+
#### 🐛 Bug Fixes
13+
14+
- *(raster-tile)* Update imagery parameters - ([68a71ca](https://github.com/mapswipe/mapswipe-backend/commit/68a71cae568bed11304018f6e2fc40012deb6602))
15+
- Use index instead of number for scenario page, block, information page - ([0edba66](https://github.com/mapswipe/mapswipe-backend/commit/0edba665c9256e3d542a0c1ed0d9467ebff76d19))
16+
17+
#### ⚙️ Miscellaneous Tasks
18+
19+
- *(admin)* Add read only fields - ([c765e93](https://github.com/mapswipe/mapswipe-backend/commit/c765e93e97968058b595882012cbeabb41b989ad))
20+
- *(typo)* Fix redis lock configs and naming - ([95b2c7a](https://github.com/mapswipe/mapswipe-backend/commit/95b2c7a201e85954f92d4537cb183026583caa2d))
21+
22+
### 🍻 Pull Requests (3)
23+
- (#203) [Chore(admin): add read only fields](https://github.com/mapswipe/mapswipe-backend/pull/203)
24+
- (#206) [Feat/admin user team ui](https://github.com/mapswipe/mapswipe-backend/pull/206)
25+
- (#207) [Use index instead of number for scenario page, block, info page](https://github.com/mapswipe/mapswipe-backend/pull/207)
26+
27+
328
## [0.2.4](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.3..v0.2.4) - 2025-10-15
429
### Changes:
530

@@ -430,6 +455,7 @@ community queries are changed - ([f8197b2](https://github.com/mapswipe/mapswipe-
430455
- *(project)* Use enum label on error message instead of enum value - ([be08f15](https://github.com/mapswipe/mapswipe-backend/commit/be08f15c63f457f4b3efd673d3798ffaea740708))
431456
- *(project)* Convert to geography before calculating group area - ([a759caf](https://github.com/mapswipe/mapswipe-backend/commit/a759cafb0e704041395be82de73f1bdbccd6301e))
432457
- *(project)* Set progress status when progress is 100 - ([ea71f53](https://github.com/mapswipe/mapswipe-backend/commit/ea71f537082940518c4e3c95e0b829ca27930393))
458+
- *(rastertile)* Add mkt param for bing url - ([1b0d564](https://github.com/mapswipe/mapswipe-backend/commit/1b0d5646da922e38681ff5fdcd0d298dafe09ebd))
433459

434460
#### 🧪 Testing
435461

@@ -974,7 +1000,7 @@ contributor team. - ([bc8ab4a](https://github.com/mapswipe/mapswipe-backend/comm
9741000

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

977-
## [0.1.0] - 2025-05-30
1003+
## [0.1.0](https://github.com/mapswipe/mapswipe-backend/compare/v0.1.1..v0.1.0) - 2025-05-30
9781004
### Changes:
9791005

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