File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
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
+
5
21
## v1.0.0 (2025-09-28)
6
22
7
23
- Initial Release
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scaffoldr"
3
- version = " 1.0 .0"
3
+ version = " 1.1 .0"
4
4
description = " Generate production-ready Python web projects in seconds."
5
5
authors = [
6
6
{ name = " Vetrichelvan" , email = " pythonhubdev@gmail.com" }
You can’t perform that action at this time.
0 commit comments