Skip to content

Commit db2c4ec

Browse files
committed
chore(release): prepare for v0.1.dev0
1 parent 0b9433e commit db2c4ec

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
## [0.1.dev0] - 2025-05-24
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- *(changelog)* Add release.sh script - ([d90532f](https://github.com/mapswipe/mapswipe-backend/commit/d90532fe2ecb645060de5e1afed7e8ee467cef49))
9+
- *(changelog)* Add config for git cliff - ([a0d1494](https://github.com/mapswipe/mapswipe-backend/commit/a0d149469807a3cd8a19f5346183280ebcf9aeb2))
10+
- *(ci)* Add workflow for github release from tag - ([0b9433e](https://github.com/mapswipe/mapswipe-backend/commit/0b9433ebd727702017ef09e9ac01d185d4e14467))
11+
- *(community-dashboard)* Migrate from existing system - ([7e304c8](https://github.com/mapswipe/mapswipe-backend/commit/7e304c86212dcb3437bc206efd6506835480933a))
12+
13+
#### 🐛 Bug Fixes
14+
15+
- *(csrf)* Add missing CSRF trusted origin - ([bb67a74](https://github.com/mapswipe/mapswipe-backend/commit/bb67a74201fe07ddd6dab984092e3a4f45443794))
16+
- *(graphql)* Disable graphiql in graphql/ endpoint - ([771ab75](https://github.com/mapswipe/mapswipe-backend/commit/771ab753580aec60faebfe5f65b22a7733ee1aba))
17+
- *(helm)* Add missing configurations - ([bd6b285](https://github.com/mapswipe/mapswipe-backend/commit/bd6b2854e8ecc09f1b4f503b583fa8f0d10e1d10))
18+
- *(tutorial)* Use enum for conditional checks - ([463ec63](https://github.com/mapswipe/mapswipe-backend/commit/463ec63a43ca3b04de4d7c9a239e1149b82c49c2))
19+
- *(typing)* Ignore typing errors for custom logics - ([b14c3aa](https://github.com/mapswipe/mapswipe-backend/commit/b14c3aab98fea0c29890281d8523a295e498615e))
20+
- *(typos)* Fix existing typos - ([4edc498](https://github.com/mapswipe/mapswipe-backend/commit/4edc498594a881762596c11775b96fcd37af6e06))
21+
22+
#### ⚙️ Miscellaneous Tasks
23+
24+
- *(dependencies)* Add missing s3 dependencies boto3 - ([075786e](https://github.com/mapswipe/mapswipe-backend/commit/075786ec9886bf198b4fc1dc49cc29c8b94435c7))
25+
- *(helm)* Upgrade django-app chart to 0.1.1 - ([36074b5](https://github.com/mapswipe/mapswipe-backend/commit/36074b59396cdf371cb251a8d04e4a6a369a7622))
26+
- *(helm)* Replace `alpha` helm/docker name with `dev` - ([734007e](https://github.com/mapswipe/mapswipe-backend/commit/734007e06665dbb2bed595003cc9acf25f63f167))
27+
- *(helm)* Rename values-test.yaml to linter_values.yaml - ([1ff9a68](https://github.com/mapswipe/mapswipe-backend/commit/1ff9a68db2e8664f7dadd34e806b8a20bca41089))
28+
29+
#### Pre-commit
30+
31+
- *(typos)* Add typos hook - ([9d30be4](https://github.com/mapswipe/mapswipe-backend/commit/9d30be4c32f860332a839450335694c7072b1577))
32+
33+
### 🍻 Pull Requests (11)
34+
- (#1) [Feature/setup](https://github.com/mapswipe/mapswipe-backend/pull/1)
35+
- (#6) [Feature/core models](https://github.com/mapswipe/mapswipe-backend/pull/6)
36+
- (#12) [Update configuration for pyright](https://github.com/mapswipe/mapswipe-backend/pull/12)
37+
- (#13) [Add authors on todo and fixme comments](https://github.com/mapswipe/mapswipe-backend/pull/13)
38+
- (#14) [Create a geojson processed file](https://github.com/mapswipe/mapswipe-backend/pull/14)
39+
- (#15) [Support dynamic no. of assets to support multiple project types](https://github.com/mapswipe/mapswipe-backend/pull/15)
40+
- (#19) [Use project asset for project image uploads](https://github.com/mapswipe/mapswipe-backend/pull/19)
41+
- (#23) [Feature/assets deletion manager](https://github.com/mapswipe/mapswipe-backend/pull/23)
42+
- (#24) [Organization related queries](https://github.com/mapswipe/mapswipe-backend/pull/24)
43+
- (#29) [Feature/community dashboard](https://github.com/mapswipe/mapswipe-backend/pull/29)
44+
- (#30) [Feat/helm update](https://github.com/mapswipe/mapswipe-backend/pull/30)
45+
46+
### :tada: New Contributors (3)
47+
48+
- [@tnagorra](https://github.com/tnagorra) made their first contribution in [#30](https://github.com/mapswipe/mapswipe-backend/pull/30)
49+
- [@thenav56](https://github.com/thenav56) made their first contribution
50+
- [@frozenhelium](https://github.com/frozenhelium) made their first contribution in [#19](https://github.com/mapswipe/mapswipe-backend/pull/19)
51+
52+
<!-- generated by git-cliff -->

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.1.0"
3+
version = "0.1.dev0" # 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)