Skip to content

Commit 761872a

Browse files
author
semantic-release
committed
5.5.0-rc.1
Automatically generated by python-semantic-release
1 parent 279e8bf commit 761872a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22

33

4+
## v5.5.0-rc.1 (2025-02-13)
5+
6+
47
## v5.4.3 (2025-01-26)
58

69

@@ -11,6 +14,11 @@
1114
- **deps**: Trigger semantic
1215
([`ac4ddd7`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ac4ddd70936ec159945b4b6864d97c664ce8b1b7))
1316

17+
### Features
18+
19+
- **polyhedron attributes**: New route and tests
20+
([`fb433b8`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/fb433b8f6f804f0022f13c9e720733d4daca4722))
21+
1422

1523
## v5.4.2 (2025-01-22)
1624

@@ -159,7 +167,7 @@
159167

160168
BREAKING CHANGE: functions moved to utils_functions.py
161169

162-
### BREAKING CHANGES
170+
### Breaking Changes
163171

164172
- **ping route**: Functions moved to utils_functions.py
165173

@@ -675,7 +683,7 @@ BREAKING CHANGE: geode_objects_output_extensions returns a dict
675683

676684
BREAKING CHANGE: geode_objects_output_extensions takes data as input
677685

678-
### BREAKING CHANGES
686+
### Breaking Changes
679687

680688
- **dependencies**: Geode_objects_output_extensions takes data as input
681689

@@ -718,7 +726,7 @@ BREAMING CHANGE: geode_objects_output_extensions needs data input
718726

719727
BREAKING CHANGE: Arguments changement(array to json schema)
720728

721-
### BREAKING CHANGES
729+
### Breaking Changes
722730

723731
- **validate_request**: Arguments changement(array to json schema)
724732

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

0 commit comments

Comments
 (0)