File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,17 +154,30 @@ Feat 014 (#43)
154154- Merge pull request #46 from jcook3701/develop
155155
156156Feat 015 (#45 )
157+ - Feat 016 (#47 )
158+
159+ * fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+ * fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+ * fix(template): figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+ * fix(configuration): cookiecutter upgrader configuration fix.
166+
167+ * fix(template): Forgot to add configuration setting to main settings file.
168+
169+ * fix(template): Forgot to add configuration setting to main settings file.
170+
171+ * fix(theme): Update to latest just the docs theme.
172+
173+ * fix(template): minor fix.
174+ - Merge pull request #48 from jcook3701/develop
175+
176+ Feat 016 (#47 )
157177
158178### 🐛 Fixed
159179
160180- * (template)* Updates to template cookiecutter.json file.
161- - * (docs)* Docs are not being updated with upgrade for some reason. debugging.
162- - * (docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163- - * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164- - * (configuration)* Cookiecutter upgrader configuration fix.
165- - * (template)* Forgot to add configuration setting to main settings file.
166- - * (template)* Forgot to add configuration setting to main settings file.
167- - * (theme)* Update to latest just the docs theme.
168181## [ 0.1.0] - 2025-12-05
169182
170183### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -154,14 +154,27 @@ Feat 014 (#43)
154154- Merge pull request #46 from jcook3701/develop
155155
156156Feat 015 (#45 )
157+ - Feat 016 (#47 )
158+
159+ * fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+ * fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+ * fix(template): figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+ * fix(configuration): cookiecutter upgrader configuration fix.
166+
167+ * fix(template): Forgot to add configuration setting to main settings file.
168+
169+ * fix(template): Forgot to add configuration setting to main settings file.
170+
171+ * fix(theme): Update to latest just the docs theme.
172+
173+ * fix(template): minor fix.
174+ - Merge pull request #48 from jcook3701/develop
175+
176+ Feat 016 (#47 )
157177
158178### 🐛 Fixed
159179
160180- * (template)* Updates to template cookiecutter.json file.
161- - * (docs)* Docs are not being updated with upgrade for some reason. debugging.
162- - * (docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163- - * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164- - * (configuration)* Cookiecutter upgrader configuration fix.
165- - * (template)* Forgot to add configuration setting to main settings file.
166- - * (template)* Forgot to add configuration setting to main settings file.
167- - * (theme)* Update to latest just the docs theme.
Original file line number Diff line number Diff line change 1515 "__year_range" : " 2025-2026" ,
1616 "_checkout" : " main" ,
1717 "_copy_without_render" : [],
18- "_default_branch" : " main " ,
18+ "_default_branch" : " master " ,
1919 "_extensions" : [
2020 " jinja2.ext.do" ,
2121 " jinja2.ext.loopcontrols"
Original file line number Diff line number Diff line change 44 addressable (2.8.7 )
55 public_suffix (>= 2.0.2 , < 7.0 )
66 base64 (0.3.0 )
7+ bigdecimal (4.0.1 )
78 colorator (1.1.0 )
89 concurrent-ruby (1.3.6 )
910 csv (3.3.5 )
@@ -112,6 +113,9 @@ PLATFORMS
112113 x86_64-linux
113114
114115DEPENDENCIES
116+ base64
117+ bigdecimal
118+ csv
115119 faraday (~> 2.14 )
116120 faraday-retry (~> 2.3 )
117121 jekyll (~> 4.4 )
@@ -122,6 +126,7 @@ DEPENDENCIES
122126 jekyll-seo-tag
123127 jekyll-sitemap
124128 just-the-docs (~> 0.11 )
129+ logger
125130
126131BUNDLED WITH
127132 2.5.23
You can’t perform that action at this time.
0 commit comments