You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-*(docs)* Quick fix for documentation template generation.
14
-
## [0.1.6] - 2025-12-18
15
-
16
-
### ⚙️ Miscellaneous
17
-
18
-
-*(version)* Version update to 1.6!
19
-
-*(changelog)* Updates changelogs.
20
-
21
-
### 🐛 Fixed
22
-
23
-
-*(build)* Forgot to add virtual environment source for bump-my-version command.
24
-
25
-
### 🚀 Added
26
-
27
-
-*(hooks)* Added make.py to hooks so that different make commands can be chosen within the cookiecutter.json file rather than needing to template a ton for each variance of make commands that need to be run per-template. I also refactored the make_dirs command out of hooks/utils and moved it to the core/utils directory.
28
-
## [0.1.5] - 2025-12-17
5
+
## [0.1.7] - 2025-12-23
29
6
30
7
### ⚙️ Miscellaneous
31
8
@@ -61,7 +38,26 @@ Feat 003 (#9)
61
38
- Merge pull request #12 from jcook3701/develop
62
39
63
40
Feat 004 (#11)
64
-
-*(changelog)* Updates to changelog for release.
41
+
- Feat 005 (#14)
42
+
43
+
* chore(changelog): Updates to changelog for release.
44
+
45
+
* fix(build): forgot to add virtual environment source for bump-my-version command.
46
+
47
+
* chore(version): Version update to 1.6!
48
+
49
+
* feat(hooks): Added make.py to hooks so that different make commands can be chosen within the cookiecutter.json file rather than needing to template a ton for each variance of make commands that need to be run per-template. I also refactored the make_dirs command out of hooks/utils and moved it to the core/utils directory.
50
+
51
+
* chore(changelog): updates changelogs.
52
+
53
+
* chore(version): bumped to version 0.1.7!
54
+
55
+
* fix(docs): Quick fix for documentation template generation.
0 commit comments