Skip to content

Commit 9929272

Browse files
author
semantic-release
committed
5.0.0-rc.1
Automatically generated by python-semantic-release
1 parent 35cf6e6 commit 9929272

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# CHANGELOG
22

3+
## v5.0.0-rc.1 (2024-08-19)
4+
5+
### Breaking
6+
7+
* feat(ping route): updates LAST_PING_TIME
8+
9+
BREAKING CHANGE: functions moved to utils_functions.py ([`bcb01de`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/bcb01ded807d2d8dfbca98dce209e5e13830aa40))
10+
11+
### Chore
12+
13+
* chore(deps): update ([`191bfbf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/191bfbfca0d16aacef152429deccb091f0d60e23))
14+
15+
### Unknown
16+
17+
* Merge pull request #89 from Geode-solutions/feat/ping_route
18+
19+
Feat/ping route ([`35cf6e6`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/35cf6e6a8b92ff28128d8dab10c93c458541515c))
20+
21+
* Apply prepare changes ([`284b98b`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/284b98b64b209344ec5277cf34d782a475a52738))
22+
23+
* cleanup Closes #83 ([`5e18763`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/5e187635380b0298ea36b10bd71733b5b946e0ac))
24+
25+
* fix tests & gloabl app_config ([`e247204`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e247204a2d75c8c050f53b3b7d0eb00ee80765b0))
26+
27+
* Merge branch 'next' into feat/ping_route ([`e4c6644`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e4c66440d7cbf4803080b357a42377bb5246dd10))
28+
29+
* Merge pull request #88 from Geode-solutions/chore/update_ecosystem
30+
31+
Chore/update ecosystem ([`1676c23`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/1676c239a68cc4115136452df209b6a87ce18fc3))
32+
33+
* test.pl file ([`84696d1`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/84696d1a314f53ef5d8a1a20866cddaddc652b7a))
34+
35+
* test ([`e8eb151`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/e8eb1514fe53c5be45e67f2943c5b433838efd6f))
36+
37+
* update tests ([`326c3a9`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/326c3a9de028a5d1bdd2f42c26edf3c7227b55cf))
38+
39+
* ([`a98eb92`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a98eb920912bc2d8d87b36bd2139e79be3ef6c74))
40+
341
## v4.3.1 (2024-07-17)
442

543
### Unknown

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

0 commit comments

Comments
 (0)