Skip to content

Commit 3028ece

Browse files
committed
chore(release): prepare for v0.2.0-dev8
1 parent e7d759f commit 3028ece

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.0-dev8](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.0-dev7..v0.2.0-dev8) - 2025-09-05
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(project)* Add project_type_specific_output_asset to project - ([47247e6](https://github.com/mapswipe/mapswipe-backend/commit/47247e6b0bc6caa2e738b5b282f921f4f0cde92f))
9+
10+
#### 🐛 Bug Fixes
11+
12+
- *(project)* Update aoi geometry area - ([069d665](https://github.com/mapswipe/mapswipe-backend/commit/069d665e7057d325b4d7098376d5c2bed8184ec6))
13+
- *(project)* Rename project_type_specific_output to project_type_specific_output_asset - ([49c90f4](https://github.com/mapswipe/mapswipe-backend/commit/49c90f464935bd92f8392e0bc261c7fd4c79fbf8))
14+
- *(project-migration)* Update project migration 25 to update asset id - ([60cf2c6](https://github.com/mapswipe/mapswipe-backend/commit/60cf2c635aa10be0746b6ab2391735b859d7eef8))
15+
16+
#### ⚙️ Miscellaneous Tasks
17+
18+
- *(submodule)* Update assets url to use ssh - ([d1fd46d](https://github.com/mapswipe/mapswipe-backend/commit/d1fd46da68059d9feb6ab1df09a016fdd70f34b1))
19+
20+
### 🍻 Pull Requests (3)
21+
- (#150) [Attach AOI geometry to project](https://github.com/mapswipe/mapswipe-backend/pull/150)
22+
- (#152) [Update project migration 25 to update asset id](https://github.com/mapswipe/mapswipe-backend/pull/152)
23+
- (#154) [Update aoi geometry area](https://github.com/mapswipe/mapswipe-backend/pull/154)
24+
25+
326
## [0.2.0-dev7](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.0-dev6..v0.2.0-dev7) - 2025-09-04
427
### Changes:
528

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