Skip to content

Commit c5906cf

Browse files
author
github-actions
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 0769d3e commit c5906cf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- version list -->
44

5+
## v1.1.0 (2025-09-28)
6+
7+
### Features
8+
9+
- Add MongoDB database as a part of the CLI
10+
([#89](https://github.com/pythonhubdev/scaffoldr/pull/89),
11+
[`0769d3e`](https://github.com/pythonhubdev/scaffoldr/commit/0769d3ef450d32df19692a16000b1d04e74df48a))
12+
13+
- Add MongoDB support with configuration and testing setup
14+
([#89](https://github.com/pythonhubdev/scaffoldr/pull/89),
15+
[`0769d3e`](https://github.com/pythonhubdev/scaffoldr/commit/0769d3ef450d32df19692a16000b1d04e74df48a))
16+
17+
- Mongodb setup with beanie ODM ([#89](https://github.com/pythonhubdev/scaffoldr/pull/89),
18+
[`0769d3e`](https://github.com/pythonhubdev/scaffoldr/commit/0769d3ef450d32df19692a16000b1d04e74df48a))
19+
20+
521
## v1.0.0 (2025-09-28)
622

723
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scaffoldr"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Generate production-ready Python web projects in seconds."
55
authors = [
66
{ name = "Vetrichelvan", email = "pythonhubdev@gmail.com" }

0 commit comments

Comments
 (0)