Skip to content

Commit 6973df3

Browse files
author
github-actions
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 18cf8eb commit 6973df3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v1.1.0 (2023-09-26)
6+
7+
### Unknown
8+
9+
* Merge pull request #5 from Geode-solutions/next
10+
11+
actions/checkout TOKEN ([`18cf8eb`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/18cf8ebde3170a729cfbcf2edbf08410022efdd0))
12+
13+
514
## v1.1.0-rc.3 (2023-09-26)
615

716
### Fix
@@ -12,6 +21,10 @@
1221

1322
* actions/checkout TOKEN ([`111c578`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/111c578cbd786079ad3e2494a49caa192a815f23))
1423

24+
* Merge pull request #4 from Geode-solutions/next
25+
26+
switch to global TOKEN ([`e29dc4b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e29dc4b88176cdac16f84e3ebea2fcbd127c1a26))
27+
1528

1629
## v1.1.0-rc.2 (2023-09-26)
1730

@@ -23,6 +36,10 @@
2336

2437
* switch to global TOKEN ([`6b85410`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/6b85410562d0b20a3a945c5e87d8366dcbffbd50))
2538

39+
* Merge pull request #3 from Geode-solutions/next
40+
41+
Next ([`9e13b42`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9e13b42548e205167abef6235bc801c39c56c0e0))
42+
2643
* Merge pull request #2 from Geode-solutions/feature_add_functions
2744

2845
Feature add functions ([`9ad7436`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/9ad743630d40ec9a32a22381cd04fdd8f73f026d))
@@ -88,6 +105,10 @@ add functions ([`e207aa8`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/
88105

89106
* test semantic release ([`c5411ed`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c5411ed1e9d933730f7f8afc9aaf07b8a331e62f))
90107

108+
* Merge pull request #1 from Geode-solutions/next
109+
110+
Next ([`bf82296`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/bf82296b29900bad27acfe776c8fc402bf93ac49))
111+
91112
* update ([`b8751ab`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b8751abf6193691d9c40e16f9517c514e5c404ba))
92113

93114
* more log ([`f098183`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f098183a95a7bcd9edaa710b4334ff3d7fff0a55))
@@ -231,6 +252,8 @@ BREAKING CHANGE: chnage function parameters order ([`e20bfa0`](https://github.co
231252
Add requirements
232253
Add branch protection ([`ebfa532`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ebfa53208b9382ae6e7e57e623a558eab67083a3))
233254

255+
* Add geode_objects.py ([`63e9bfa`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/63e9bfab9b6bdc252316400ecfe0625dd122b752))
256+
234257
* Update README.md ([`d131ccf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/d131ccf3a856e084d7d7f5a80be9082d611db2fd))
235258

236259
* Create README.md ([`cb326f5`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/cb326f5b1e10cd35fd62b76c72f90eaecf052b07))

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

0 commit comments

Comments
 (0)