Skip to content

Commit f1a9c83

Browse files
committed
chore(release): prepare for v0.2.8
1 parent 0a39913 commit f1a9c83

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.8](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.7..v0.2.8) - 2025-10-30
4+
### Changes:
5+
6+
#### 🐛 Bug Fixes
7+
8+
- *(ContributorUser)* Fix validation error for osm users - ([b83fcb0](https://github.com/mapswipe/mapswipe-backend/commit/b83fcb0cb9747f89501c84141ec557be235f531c))
9+
- *(cronjob)* Replace expires with expire_seconds - ([5cef223](https://github.com/mapswipe/mapswipe-backend/commit/5cef2235e427865c98c0b41b8b20b9d8b9711582))
10+
- *(project)* Fix project progress stuck at 100% - ([85a77a4](https://github.com/mapswipe/mapswipe-backend/commit/85a77a4346e81739293feb08b96c97b38228e1fd))
11+
12+
### 🍻 Pull Requests (1)
13+
- (#212) [Fix/project progress](https://github.com/mapswipe/mapswipe-backend/pull/212)
14+
15+
316
## [0.2.7](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.6..v0.2.7) - 2025-10-27
417
### Changes:
518

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