Skip to content

Commit 0ed92c2

Browse files
committed
chore(release): prepare for v0.2.3
1 parent bb75256 commit 0ed92c2

File tree

4 files changed

+761
-727
lines changed

4 files changed

+761
-727
lines changed

CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.2..v0.2.3) - 2025-10-13
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(test)* Add export e2e testing for validate image - ([ce3e43b](https://github.com/mapswipe/mapswipe-backend/commit/ce3e43b7ee2394bd139b00c316c64e43cfd49e18))
9+
- *(user)* Add slack column and filter in admin panel - ([bac54af](https://github.com/mapswipe/mapswipe-backend/commit/bac54af88e16a0a38c15e531290b29f9818d78e7))
10+
11+
#### 🐛 Bug Fixes
12+
13+
- *(export)* Drop duplicate columns on export file - ([3e30aba](https://github.com/mapswipe/mapswipe-backend/commit/3e30abac706ab3cc2757fdf2208e177055429019))
14+
- *(street)* Fix e2e test for street project - ([0876e98](https://github.com/mapswipe/mapswipe-backend/commit/0876e981e4550909e1fdcb9622ef1e377c271778))
15+
- *(test)* Sort task file data with task_id - ([a79131e](https://github.com/mapswipe/mapswipe-backend/commit/a79131e619286b155f7d635b4fa380804280dd00))
16+
17+
#### 🧪 Testing
18+
19+
- *(project)* Remove empty fields from dataset - ([1a9b570](https://github.com/mapswipe/mapswipe-backend/commit/1a9b5703954cdd4ad8510def6300fd8101feb9cd))
20+
21+
#### ⚙️ Miscellaneous Tasks
22+
23+
- *(export)* Skip and track exports for old projects - ([47216da](https://github.com/mapswipe/mapswipe-backend/commit/47216da57d61545aee69ea16fde51122913ec051))
24+
- *(schema)* Generate latest schema.graphql - ([0440b69](https://github.com/mapswipe/mapswipe-backend/commit/0440b69f4eb239910d52ca83b86a888558474dc4))
25+
- *(test)* Update commit HEAD for assets - ([ecbe71b](https://github.com/mapswipe/mapswipe-backend/commit/ecbe71ba59f42a8050676108458b8781fbe0b816))
26+
- *(test)* Update version for shapely and use wkt dump - ([6a06550](https://github.com/mapswipe/mapswipe-backend/commit/6a06550773b295eff9c43d483d5258b942b94e2a))
27+
- *(test)* Update HEAD for the asset file - ([7c3aa8b](https://github.com/mapswipe/mapswipe-backend/commit/7c3aa8b20f205230111c4da182460f3b81728fa2))
28+
- *(test)* Update README file for validate image - ([11032df](https://github.com/mapswipe/mapswipe-backend/commit/11032df5df54cc985f3992f9050bffcc9a178185))
29+
- *(test)* Add export testing for validate project - ([838b174](https://github.com/mapswipe/mapswipe-backend/commit/838b1745b51b548121124de64a4f19cc08e0e6f1))
30+
- *(test)* Add test case for result for street. - ([a1d2a0e](https://github.com/mapswipe/mapswipe-backend/commit/a1d2a0eacea702f567ff32a044d6509496f5b57e))
31+
- *(test)* Add test case for result for validate, validate-image - ([ad18543](https://github.com/mapswipe/mapswipe-backend/commit/ad18543dcb0a912615491687a1bbb7248c9cdcef))
32+
33+
### 🍻 Pull Requests (2)
34+
- (#188) [Result test case for validate, validate-image, street](https://github.com/mapswipe/mapswipe-backend/pull/188)
35+
- (#198) [Fix/export old](https://github.com/mapswipe/mapswipe-backend/pull/198)
36+
37+
338
## [0.2.2](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.1..v0.2.2) - 2025-10-12
439
### Changes:
540

@@ -354,7 +389,6 @@
354389
- *(project)* Use enum label on error message instead of enum value - ([be08f15](https://github.com/mapswipe/mapswipe-backend/commit/be08f15c63f457f4b3efd673d3798ffaea740708))
355390
- *(project)* Convert to geography before calculating group area - ([a759caf](https://github.com/mapswipe/mapswipe-backend/commit/a759cafb0e704041395be82de73f1bdbccd6301e))
356391
- *(project)* Set progress status when progress is 100 - ([ea71f53](https://github.com/mapswipe/mapswipe-backend/commit/ea71f537082940518c4e3c95e0b829ca27930393))
357-
- *(rastertile)* Add mkt param for bing url - ([1b0d564](https://github.com/mapswipe/mapswipe-backend/commit/1b0d5646da922e38681ff5fdcd0d298dafe09ebd))
358392

359393
#### 🧪 Testing
360394

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

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

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

905939
#### 🚀 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.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/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.2" # managed by release.sh
3+
version = "0.2.3" # managed by release.sh
44
description = "Backend for Mapswipe"
55
authors = [
66
{name = "Mapswipe", email = "info@mapswipe.org"},

0 commit comments

Comments
 (0)