Skip to content

Commit a28897b

Browse files
author
github-actions
committed
1.3.0
Automatically generated by python-semantic-release
1 parent b8d6cdf commit a28897b

File tree

2 files changed

+46
-7
lines changed

2 files changed

+46
-7
lines changed

CHANGELOG.md

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,46 @@
22

33

44

5+
## v1.3.0 (2023-10-25)
6+
7+
### Unknown
8+
9+
* Merge pull request #28 from Geode-solutions/next
10+
11+
Next ([`b8d6cdf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b8d6cdffdfc07b810b64fc3fc01c3413bebe2176))
12+
13+
* Merge branch 'master' into next ([`a3dd757`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a3dd757571a2c2605eff6e6b37cc05edb92e844b))
14+
15+
* Merge pull request #26 from Geode-solutions/feat_geode_object_class_heritage
16+
17+
Feat geode object class heritage ([`30348ac`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/30348acb32c30c70dd55b4e5ce75943b9be7fb8e))
18+
19+
520
## v1.3.0-rc.3 (2023-10-25)
621

22+
### Feature
23+
24+
* feat(output_factory): update get_output_factory ([`f4b6941`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f4b6941f99985a9082cc5f573c2934de2a188853))
25+
726
### Fix
827

928
* fix(dependencies): update to stable ecosystem ([`50ffeac`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/50ffeac5f4bb3e8cb5e925774086a3518f87a001))
1029

1130
### Unknown
1231

32+
* Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat_geode_object_class_heritage ([`447e2ef`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/447e2ef519aafb189605a3c051da5a611f4e499c))
33+
1334
* Merge pull request #27 from Geode-solutions/fix_update_dependencies
1435

1536
fix(dependencies): update to stable ecosystem ([`c1a3583`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c1a35834a6dcbe1b041ba60f42b6a06af8433842))
1637

38+
* feat(functions) : fix typos and update tests ([`cd851f6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/cd851f6394675a67979d5d9624a5904739f16582))
39+
40+
* feat(functions) : rename functions
41+
code cleanup ([`c189111`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c189111dabf1ca85f9a1811f9fc20e845c9cb9b5))
42+
43+
* Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat_geode_object_class_heritage ([`a83014e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a83014ea2d4e1b1f6609c99657e4fc582093c0b2))
44+
1745

1846
## v1.3.0-rc.2 (2023-10-18)
1947

@@ -33,14 +61,10 @@ fix(dependencies): update to stable ecosystem ([`c1a3583`](https://github.com/Ge
3361

3462
Fix functions ([`276b992`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/276b9928fe46fddb412a289364da76d18081db28))
3563

64+
* feat(geode_objects) : add parent key ([`c821d2e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c821d2e6797bdcc4190584e00c854f4c96a89fcf))
3665

37-
## v1.3.0-rc.1 (2023-10-13)
3866

39-
### Feature
40-
41-
* feat(tests): add new test files ([`9da556d`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9da556d1a8daef5423f219679c6c787d47756f5d))
42-
43-
* feat(functions): add missing files functions ([`d58a876`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d58a8762e9a4b9200605b2085f387ae2ff54e67d))
67+
## v1.3.0-rc.1 (2023-10-13)
4468

4569
### Unknown
4670

@@ -60,6 +84,21 @@ Feat missing files ([`49c4f98`](https://github.com/Geode-solutions/OpenGeodeWeb-
6084

6185
* save ([`468381e`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/468381ee93f892d92f299154dbfc964c0d92d341))
6286

87+
88+
## v1.2.2 (2023-10-13)
89+
90+
### Feature
91+
92+
* feat(tests): add new test files ([`9da556d`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9da556d1a8daef5423f219679c6c787d47756f5d))
93+
94+
* feat(functions): add missing files functions ([`d58a876`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d58a8762e9a4b9200605b2085f387ae2ff54e67d))
95+
96+
### Unknown
97+
98+
* Merge pull request #20 from Geode-solutions/next
99+
100+
Next ([`669bc41`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/669bc41575162b1a4a7af9ef369cf94f9f16a146))
101+
63102
* Merge branch 'master' into next ([`fbc08e5`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/fbc08e5228855957ef14cca771f672cdb0149ce7))
64103

65104
* Merge pull request #19 from Geode-solutions/add_copyleft

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.3.0-rc.3"
8+
version = "1.3.0"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },

0 commit comments

Comments
 (0)