Skip to content

Commit 14fb858

Browse files
committed
chore(release): prepare for v0.2.1-dev2
1 parent aff47ad commit 14fb858

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.1-dev2](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.1-dev1..v0.2.1-dev2) - 2025-09-23
4+
### Changes:
5+
6+
#### 🐛 Bug Fixes
7+
8+
- Global file upload issue - ([334f487](https://github.com/mapswipe/mapswipe-backend/commit/334f487d63b50289b1c0c9719a599bf2e1dae202))
9+
10+
### 🍻 Pull Requests (1)
11+
- (#172) [Fix: global file upload issue](https://github.com/mapswipe/mapswipe-backend/pull/172)
12+
13+
314
## [0.2.1-dev1](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.1-dev0..v0.2.1-dev1) - 2025-09-18
415
### Changes:
516

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