Skip to content

Commit d75dfeb

Browse files
author
github-actions
committed
1.4.0-rc.1
Automatically generated by python-semantic-release
1 parent 8a55224 commit d75dfeb

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## v1.4.0-rc.1 (2023-11-06)
6+
7+
### Feature
8+
9+
* feat(functions): validate_request function ([`124c2f1`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/124c2f1b13f2a4e0fbfa7ca2054b3aede3fed368))
10+
11+
### Unknown
12+
13+
* Merge pull request #31 from Geode-solutions/feat_validate_request
14+
15+
feat(functions): validate_request function ([`8a55224`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/8a5522405c1b432592835cbe3b4b0f42e6334c71))
16+
17+
* Merge branch 'master' into next ([`2a328b1`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/2a328b118581b6ff6db09ee6c616977e1497bfea))
18+
19+
520
## v1.3.0-rc.4 (2023-10-31)
621

722
### Fix
@@ -14,6 +29,15 @@
1429

1530
fix(dependencies): update ecosystem ([`ed1daaa`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ed1daaaeaa2cef3b76aee18cd3a332b9fbc7efb1))
1631

32+
33+
## v1.3.0 (2023-10-25)
34+
35+
### Unknown
36+
37+
* Merge pull request #28 from Geode-solutions/next
38+
39+
Next ([`b8d6cdf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b8d6cdffdfc07b810b64fc3fc01c3413bebe2176))
40+
1741
* Merge branch 'master' into next ([`a3dd757`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a3dd757571a2c2605eff6e6b37cc05edb92e844b))
1842

1943
* Merge pull request #26 from Geode-solutions/feat_geode_object_class_heritage

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

0 commit comments

Comments
 (0)