Skip to content

Commit fba1777

Browse files
author
github-actions
committed
1.2.0
Automatically generated by python-semantic-release
1 parent 606b356 commit fba1777

File tree

2 files changed

+330
-2
lines changed

2 files changed

+330
-2
lines changed

CHANGELOG.md

Lines changed: 329 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,338 @@
11
# CHANGELOG
22

33

4+
5+
## v1.2.0 (2023-10-02)
6+
7+
### Unknown
8+
9+
* Merge pull request #8 from Geode-solutions/next
10+
11+
Next ([`606b356`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/606b356a1f1a7e9b2b5503d3b1da11a15d24fa61))
12+
13+
* Merge branch 'master' into next ([`16fa741`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/16fa741f631dba04c8d557e535c7c1331d72d569))
14+
15+
416
## v1.1.0-rc.5 (2023-10-02)
517

618
### Feature
719

820
* feat(tests): add tests
921

10-
Add tests for function that don't require data ([`5f32897`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5f328973d36762f4875822015aec60f86b472259))
22+
Add tests for function that don't require data ([`5f32897`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5f328973d36762f4875822015aec60f86b472259))
23+
24+
### Unknown
25+
26+
* Merge pull request #7 from Geode-solutions/feature_add_unit_tests
27+
28+
Feature add unit tests ([`cd9e017`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/cd9e0173a41d2878d514ef66502de4e67de7cd9c))
29+
30+
* remove unused test file ([`e686ccd`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e686ccdbb69a635ff6886c3020a58c66d4c4b0ea))
31+
32+
* Merge branch 'next' into feature_add_unit_tests ([`74e9b55`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/74e9b55425b94c7133721abe3457d47f35dca79c))
33+
34+
* pr comments ([`c687131`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c68713191f931d4857f025665012d77d2c27949b))
35+
36+
* pull from next ([`c9ec6ff`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c9ec6ff14c99ff549954481b781718c9728e9027))
37+
38+
39+
## v1.1.0-rc.4 (2023-10-02)
40+
41+
### Fix
42+
43+
* fix(list_input_extensions):
44+
45+
fix geode_object key extractor ([`5021d28`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5021d2800a981c597a2c6e60a0be7a9b41dcd03e))
46+
47+
### Unknown
48+
49+
* Merge pull request #6 from Geode-solutions/fix_list_input_extensions
50+
51+
fix(list_input_extensions): ([`18be4af`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/18be4af65fabbe203a3a7496b82b808f964d4672))
52+
53+
54+
## v1.1.0 (2023-09-26)
55+
56+
### Unknown
57+
58+
* Merge pull request #5 from Geode-solutions/next
59+
60+
actions/checkout TOKEN ([`18cf8eb`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/18cf8ebde3170a729cfbcf2edbf08410022efdd0))
61+
62+
63+
## v1.1.0-rc.3 (2023-09-26)
64+
65+
### Fix
66+
67+
* fix(CD): update TOKEN ([`49b37c4`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/49b37c483e33b2e4c2412da0e0eb6b7aaee96a1c))
68+
69+
### Unknown
70+
71+
* actions/checkout TOKEN ([`111c578`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/111c578cbd786079ad3e2494a49caa192a815f23))
72+
73+
* Merge pull request #4 from Geode-solutions/next
74+
75+
switch to global TOKEN ([`e29dc4b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e29dc4b88176cdac16f84e3ebea2fcbd127c1a26))
76+
77+
78+
## v1.1.0-rc.2 (2023-09-26)
79+
80+
### Feature
81+
82+
* feat(CD): update TOKEN ([`b07c8df`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b07c8dfbab625838c9c9ad2d3ebcbf48345512f8))
83+
84+
### Unknown
85+
86+
* switch to global TOKEN ([`6b85410`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6b85410562d0b20a3a945c5e87d8366dcbffbd50))
87+
88+
* Merge pull request #3 from Geode-solutions/next
89+
90+
Next ([`9e13b42`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9e13b42548e205167abef6235bc801c39c56c0e0))
91+
92+
* modify functions ([`2cf65bf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/2cf65bfa71ba24f9bf4419c4a3d9991ad1d1e826))
93+
94+
* load return ([`b4c373b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b4c373b9a53e5c35ac213f1ba10e37a79ff0a835))
95+
96+
* Merge pull request #2 from Geode-solutions/feature_add_functions
97+
98+
Feature add functions ([`9ad7436`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9ad743630d40ec9a32a22381cd04fdd8f73f026d))
99+
100+
* Merge branch 'feature_add_functions' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feature_add_functions ([`f89f4ae`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f89f4ae1e4abeaa1788b20fedbcbf795d64ec4de))
101+
102+
* update pyproject ans CD ([`ab578ed`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ab578ed70b05daa1fe344db3b3a7c8f279f4691b))
103+
104+
* Merge branch 'next' into feature_add_functions ([`d0f8fe6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d0f8fe681d44db6dc8f3037533482d8bbe088e70))
105+
106+
107+
## v1.1.0-rc.1 (2023-09-26)
108+
109+
### Feature
110+
111+
* feat(Lol): yolo ([`5be0b6a`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5be0b6a36502a45c212070d01bba5f11c5b8abcc))
112+
113+
### Unknown
114+
115+
* depth ([`5bc1cab`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5bc1cabafec8836c2f1725a1525fd151e7d145ca))
116+
117+
* version ([`0e72512`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/0e72512671412ddedf83e88e842537605f118346))
118+
119+
* v7.34.6 ([`19f58e6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/19f58e6dbfac88560c3668072462b228679a5209))
120+
121+
* test ([`b801ee5`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b801ee58b7b64523f5f9fe4003694e05770ccc87))
122+
123+
* empty ([`7141e9e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7141e9eee2f3268a60450d6370272014fbd63de8))
124+
125+
126+
## v1.0.0 (2023-09-26)
127+
128+
### Fix
129+
130+
* fix(Test): test ([`abc29e6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/abc29e66fd6a9af86b95b5e25667302f3311d6cf))
131+
132+
* fix(Actions): try semantic release ([`05a71e0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/05a71e0f9b90e92b6182b12b635cd4c980f7fcc8))
133+
134+
### Unknown
135+
136+
* 8.0.8 ([`ba81f1d`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ba81f1d81e3b9b9866376b08240628a09541e112))
137+
138+
* cat ([`8678e6e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/8678e6ed3588dc45ef121d15cdf7e8f2693f451e))
139+
140+
* 0.0.0 ([`710168c`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/710168c5ef54f891bc716c9eced792644d695885))
141+
142+
* test ([`1848362`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1848362652c3d20fcf663c07c76505a895c9d0cd))
143+
144+
* test ([`f8cb73f`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f8cb73ff1d4a0d899de1e0eea44393174fabe884))
145+
146+
* test ([`859693e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/859693eb51ef3e764f4f0256eaa0bb549dc38a9f))
147+
148+
* test ([`65dfd20`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/65dfd20abf15430c04a8f02debdce5369d9191f2))
149+
150+
* test ([`732ed43`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/732ed4347878665239e301c432d16a1d5088e1c7))
151+
152+
* remove test files & add later ([`6c1ea78`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6c1ea78953c81dafb54a4fb68c9b818d3be66e23))
153+
154+
* add requirements.txt
155+
add functions ([`e207aa8`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e207aa8b04c7501f3a880d3a0a0d3b6e5a0ae05b))
156+
157+
* gitignore add venv ([`6e6c671`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6e6c67105c9a5bb7bfbc1a86eb771930cd42a471))
158+
159+
* test ([`771d5cf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/771d5cff3351d71b5397eba4aade624e6fa4c5dd))
160+
161+
* test semantic release ([`c5411ed`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c5411ed1e9d933730f7f8afc9aaf07b8a331e62f))
162+
163+
* load return ([`9115aa2`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9115aa2cce85a292944119682d57637ca55e15cc))
164+
165+
* Merge pull request #1 from Geode-solutions/next
166+
167+
Next ([`bf82296`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/bf82296b29900bad27acfe776c8fc402bf93ac49))
168+
169+
* update ([`b8751ab`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b8751abf6193691d9c40e16f9517c514e5c404ba))
170+
171+
* more log ([`f098183`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f098183a95a7bcd9edaa710b4334ff3d7fff0a55))
172+
173+
174+
## v0.0.0 (2023-09-07)
175+
176+
### Feature
177+
178+
* feat(wip): test push ([`9e84dea`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9e84dea7ae1996addeeccefbf5f13c64ea4a6176))
179+
180+
* feat(wip): test push ([`18e5dee`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/18e5deee4ffa42411fd71253d4df21dfd2c3e53b))
181+
182+
* feat(wip): test push ([`1c0473d`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1c0473d0d53084119b8590d2fc96e99899862136))
183+
184+
* feat(wip): rename geode_functions and refactor ([`2102842`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/21028422c1085fbee21d9eb4f386f2cc1d5bae38))
185+
186+
* feat(wip): Add functions ([`1bd870f`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1bd870fdb374351e396c98391c437cc73fa7685f))
187+
188+
### Fix
189+
190+
* fix(get_form_variables): flask.abort() request ([`18f9709`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/18f97091e90111f61af7defdeba2c4f6dde49a25))
191+
192+
### Unknown
193+
194+
* test semantic release ([`b886b70`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b886b7084aaf97750c42bff9fb3fe22f2ed5e0d6))
195+
196+
* add files ([`80b2f88`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/80b2f88f7eee275e86304540d53f6da0dffeacaa))
197+
198+
* add files ([`1db89bf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1db89bf892efef66b01eed43aea60da787ffe871))
199+
200+
* add files ([`f892fe9`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f892fe91753763147023cc9ffb32c34d4a6a57f3))
201+
202+
* lfs ([`056f7ba`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/056f7ba993c93d72d0ecdd6c68ab15e2683096c7))
203+
204+
* add more ([`bb923dd`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/bb923dd51c3be0b65dddf3c15e9dcd2310012c7e))
205+
206+
* add more ([`7be620c`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7be620ca9d262cbb92bfb0608d544981448581bd))
207+
208+
* add more ([`7002df3`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7002df3e2aaac96deede9f27dce5050f69ba605f))
209+
210+
* add one file ([`f41de02`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f41de0225f189bc4347947c3c37af5967e2778cf))
211+
212+
* add tests ([`dc868dd`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/dc868dd60a6a7fb4ee519b8ba61218222a19d894))
213+
214+
* add geode_functions back ([`6a51d53`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6a51d534b29d1b0cd543e682db2df3a082794309))
215+
216+
* Added return to save_viewable ([`e3f863a`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e3f863a2ab777f732f4199b46afabc9f0c6b4747))
217+
218+
* add new functions
219+
BREAKING CHANGE: chnage function parameters order ([`4a3c244`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/4a3c244e139a8c4d757b8aa5913536c225766918))
220+
221+
* add new functions
222+
BREAKING CHANGE: chnage function parameters order ([`e20bfa0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e20bfa02f1a3b2bae9812ea2b2a49b4125e11a3c))
223+
224+
* fix 0.0.14 ([`f80a7fa`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f80a7fa1d62e2e8114e9cec7ff918520d92bd667))
225+
226+
* fix inspector imports ([`e8a0f88`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e8a0f88e8a7683ec1cde6bc3e2c3b11d4c24a30d))
227+
228+
* import threading + move inspector ([`15ce978`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/15ce97809a0158de3ba4f15c039f16f070b877f6))
229+
230+
* test ([`45e3541`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/45e3541ef528508cd9f8aadfc7528f6d21bef9f6))
231+
232+
* test ([`766be9b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/766be9b76798aef26b6e8a1d722ebfd3625327f1))
233+
234+
* test ([`fa83162`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/fa831622fde98755135747b71a28211c6cce3aa8))
235+
236+
* test ([`67c4bba`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/67c4bba6e0a4a7f22ba29d7ddb5acdf9cb59860a))
237+
238+
* test ([`9e657ac`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9e657ac97af595352eec4c06b02f6bf300514412))
239+
240+
* test ([`66a93c2`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/66a93c2039b3d16c0fcc8b467ca88811e09537cc))
241+
242+
* test ([`66f0418`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/66f0418d9d392d317996232f951c067306cb93fd))
243+
244+
* test ([`66e2048`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/66e2048f97737f774c0681575aa3cfbd5bac702c))
245+
246+
* test ([`7f1125a`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7f1125a05fbb70569d8972d726f9d5dc9c2cd15b))
247+
248+
* test ([`3dcfa3a`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/3dcfa3aaf4f9a87defebe799bc7373c2c538489a))
249+
250+
* test inspector ([`205114b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/205114ba0b0d30b0020a8e6e9d93def20721e189))
251+
252+
* test ([`47868dc`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/47868dcbe479ab2e8ea305e5f1dd7099385ff3e5))
253+
254+
* test ([`c04f581`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c04f5816852486a8d286a51ad1631e909a614ebe))
255+
256+
* test ([`e5428d8`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e5428d8d496b03a923d3ab2b23a44e40c0c05fde))
257+
258+
* test ([`246427a`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/246427ad60e1b641fc508d851d2a0f15bc2d0a47))
259+
260+
* test ([`07860c6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/07860c608dd1bb17c18506f926c4d8b2392adc1a))
261+
262+
* test ([`b907247`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b907247a4d96185298395c96e91d9a2147d4877b))
263+
264+
* test ([`582c0fc`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/582c0fc943f601d9373fad54271b56cf091932e0))
265+
266+
* test ([`7430f71`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7430f711af10ee3e9e9f86880e792b6e5b0c7e8e))
267+
268+
* test ([`82a5bb0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/82a5bb0bcda94e56bfea371472eaac19b3d0c388))
269+
270+
* test ([`8081274`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/8081274f6d1829b43c3d928df25b10eb581178a1))
271+
272+
* test ([`7f13055`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/7f130555509ce7ea1a0b219d3556753f6a5544c4))
273+
274+
* test ([`e492c77`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e492c77b66e0a935a81b48c6b4595e8fbd34a9b7))
275+
276+
* test ([`160133e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/160133e410d67e0bbf9ba5cd1481043c2846dfa7))
277+
278+
* test ([`1cf6c74`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1cf6c741c6db820fe71462a41cd803f399639ea2))
279+
280+
* test ([`93af0e2`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/93af0e26d7b787be6e82be4ec01f88f81faa3de2))
281+
282+
* test again ([`4b34c1d`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/4b34c1d3d680d9bc01e07aeaf362053443a2559f))
283+
284+
* test ([`985db48`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/985db4851a4528c57b4484061743e8f941f9fd62))
285+
286+
* test ([`b60b8a5`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b60b8a5aeeb1410c04c4cd91ec3d659eccecd641))
287+
288+
* test ([`fbbcbb4`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/fbbcbb4a561d1f9f7e5cfe5b59e61d63e9c0d769))
289+
290+
* test ([`6d8677c`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6d8677cff5541da74a6cffc384bff8969649926f))
291+
292+
* test ([`640ffcc`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/640ffcc8034b6b1e816a02e1d5bb004aba826ab7))
293+
294+
* test ([`fc6c6fe`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/fc6c6fe096617167e9b6bc5ddf6eb089b582c567))
295+
296+
* test ([`9aa5090`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9aa50907b81d5177078225e33c3db748cef1f69c))
297+
298+
* test ([`48f4cef`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/48f4cef84d41a93b083b1f9520953a8a1a5205f2))
299+
300+
* test ([`8006ac3`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/8006ac310c76aa9885d73d51338944d20454ab43))
301+
302+
* test ([`99f690e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/99f690e9a5c2af8f07be0a2faab744e590c0dc52))
303+
304+
* test ([`0ed0bcc`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/0ed0bcc0a61925695d5d382760db84f8e5f8ae07))
305+
306+
* test ([`73bc0f4`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/73bc0f48ffdb15f7249c480ad167ecd6ca9c58b7))
307+
308+
* test ([`ae47bca`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ae47bcae4dad6b8baefea9503a532f876008d936))
309+
310+
* test ([`d389632`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d38963243b4b3fc7d58ef8d750be32a66ac72a1b))
311+
312+
* test ([`4cbdf2e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/4cbdf2e90fdee2dbe4bae08c09fd6b91a99e5549))
313+
314+
* test ([`b27e2f0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b27e2f0665fde659c6d6b002257afe12e6db9312))
315+
316+
* test ([`ad13694`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ad13694e2f77bbb3e43e47884badc46065a9d550))
317+
318+
* test ([`696e5e1`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/696e5e11189e12d8eedd47088befebaa0d4d9c04))
319+
320+
* test ([`ba1835b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ba1835b5b2cbb2c49eaeb6d97430d5573a4c76a4))
321+
322+
* test ([`712643c`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/712643c3cb7600e9765c1f758cb644fe1e273427))
323+
324+
* test ([`659ec89`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/659ec89b3aadb3efeb993e8701ea8c1bc003c3fe))
325+
326+
* test ([`ea9abae`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ea9abaebc72f58730d7e6de99a495242a6ac8fe5))
327+
328+
* Add geode_objects.py
329+
Add requirements
330+
Add branch protection ([`ebfa532`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ebfa53208b9382ae6e7e57e623a558eab67083a3))
331+
332+
* Add geode_objects.py ([`63e9bfa`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/63e9bfab9b6bdc252316400ecfe0625dd122b752))
333+
334+
* Update README.md ([`d131ccf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d131ccf3a856e084d7d7f5a80be9082d611db2fd))
335+
336+
* Create README.md ([`cb326f5`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/cb326f5b1e10cd35fd62b76c72f90eaecf052b07))
337+
338+
* Initial commit ([`d201b85`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d201b8533c64f1228519f7acda76590b7a44fa92))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Back"
8-
version = "1.1.0"
8+
version = "1.2.0"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },

0 commit comments

Comments
 (0)