Skip to content

Commit d360a9a

Browse files
committed
chore(release): prepare for v0.2.7
1 parent 4ebfd12 commit d360a9a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

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

3+
## [0.2.7](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.6..v0.2.7) - 2025-10-27
4+
### Changes:
5+
6+
#### 🐛 Bug Fixes
7+
8+
- *(project)* Fix issue with project progress sync without tutorial - ([b3a876c](https://github.com/mapswipe/mapswipe-backend/commit/b3a876c6a9d798c88e27ac30f0468dce4db69993))
9+
- *(slack)* Remove value field causing type mismatch - ([0651105](https://github.com/mapswipe/mapswipe-backend/commit/0651105b7213dcd3ebdf8d8261eef3054fc8cfba))
10+
11+
#### ⚙️ Miscellaneous Tasks
12+
13+
- *(project)* Add notes regarding required docs and checks - ([f4eb10c](https://github.com/mapswipe/mapswipe-backend/commit/f4eb10cac55ad50ca6e70f620cf39580b9a2eba0))
14+
15+
### 🍻 Pull Requests (1)
16+
- (#209) [Fix issue with project progress sync without tutorial](https://github.com/mapswipe/mapswipe-backend/pull/209)
17+
18+
319
## [0.2.6](https://github.com/mapswipe/mapswipe-backend/compare/v0.2.5..v0.2.6) - 2025-10-17
420
### Changes:
521

@@ -1010,7 +1026,7 @@ contributor team. - ([bc8ab4a](https://github.com/mapswipe/mapswipe-backend/comm
10101026

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

1013-
## [0.1.0] - 2025-05-30
1029+
## [0.1.0](https://github.com/mapswipe/mapswipe-backend/compare/v0.1.1..v0.1.0) - 2025-05-30
10141030
### Changes:
10151031

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