Skip to content

Commit 8bf165d

Browse files
committed
chore(release): prepare for v0.1.0
1 parent a6f03b6 commit 8bf165d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

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

3-
## [unreleased]
3+
## [0.1.0] - 2025-05-30
44
### Changes:
55

66
#### 🚀 Features
@@ -42,13 +42,14 @@
4242
- *(helm)* Upgrade django-app chart to 0.1.1 - ([36074b5](https://github.com/mapswipe/mapswipe-backend/commit/36074b59396cdf371cb251a8d04e4a6a369a7622))
4343
- *(helm)* Replace `alpha` helm/docker name with `dev` - ([734007e](https://github.com/mapswipe/mapswipe-backend/commit/734007e06665dbb2bed595003cc9acf25f63f167))
4444
- *(helm)* Rename values-test.yaml to linter_values.yaml - ([1ff9a68](https://github.com/mapswipe/mapswipe-backend/commit/1ff9a68db2e8664f7dadd34e806b8a20bca41089))
45-
- *(release)* Generate initial changelog - ([547b15b](https://github.com/mapswipe/mapswipe-backend/commit/547b15b9432cc341a23d62d24ed201b38048e6d4))
45+
- *(release)* Generate initial changelog - ([f600dd8](https://github.com/mapswipe/mapswipe-backend/commit/f600dd82dbde41450a6df4b43f5c24b62f26ac1c))
4646

4747
#### Pre-commit
4848

49+
- *(typos)* Ignore changelog file - ([7291757](https://github.com/mapswipe/mapswipe-backend/commit/729175710be0a1a7ecb2107659a0a7bfae4812b3))
4950
- *(typos)* Add typos hook - ([9d30be4](https://github.com/mapswipe/mapswipe-backend/commit/9d30be4c32f860332a839450335694c7072b1577))
5051

51-
### 🍻 Pull Requests (12)
52+
### 🍻 Pull Requests (13)
5253
- (#1) [Feature/setup](https://github.com/mapswipe/mapswipe-backend/pull/1)
5354
- (#6) [Feature/core models](https://github.com/mapswipe/mapswipe-backend/pull/6)
5455
- (#12) [Update configuration for pyright](https://github.com/mapswipe/mapswipe-backend/pull/12)
@@ -61,11 +62,11 @@
6162
- (#25) [Feature/tutorial mutations](https://github.com/mapswipe/mapswipe-backend/pull/25)
6263
- (#29) [Feature/community dashboard](https://github.com/mapswipe/mapswipe-backend/pull/29)
6364
- (#30) [Feat/helm update](https://github.com/mapswipe/mapswipe-backend/pull/30)
65+
- (#36) [Feat/changelogs](https://github.com/mapswipe/mapswipe-backend/pull/36)
6466

65-
### :tada: New Contributors (3)
67+
### :tada: New Contributors (2)
6668

67-
- [@tnagorra](https://github.com/tnagorra) made their first contribution in [#25](https://github.com/mapswipe/mapswipe-backend/pull/25)
69+
- [@tnagorra](https://github.com/tnagorra) made their first contribution in [#36](https://github.com/mapswipe/mapswipe-backend/pull/36)
6870
- [@frozenhelium](https://github.com/frozenhelium) made their first contribution
69-
- [@thenav56](https://github.com/thenav56) made their first contribution
7071

7172
<!-- generated by git-cliff -->

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.0.1-SET-BY-CICD # managed by release.sh
5+
version: 0.1.0-SET-BY-CICD # managed by release.sh
66
sources:
77
- https://github.com/mapswipe/mapswipe-backend/
88

0 commit comments

Comments
 (0)