Skip to content

Commit d0208b4

Browse files
author
semantic-release
committed
0.2.0-rc.1
Automatically generated by python-semantic-release
1 parent 6f8bf75 commit d0208b4

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

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

3+
## v0.2.0-rc.1 (2024-06-28)
34

5+
### Feature
6+
7+
* feat(vtkw_server): dynamic port and data_folder_path ([`d1e71a6`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/d1e71a6d480e9156cc4ff957baa38365dcf11404))
8+
9+
### Unknown
10+
11+
* Merge pull request #22 from Geode-solutions/feat/dynamic_run_arguments
12+
13+
feat(vtkw_server): dynamic port and data_folder_path ([`6f8bf75`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/6f8bf756d4ab319e72ddf6660ad544ab70e32d58))
14+
15+
* ([`9d49a8f`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/9d49a8f036d4bab72a56710002e72752cc3fdefd))
416

517
## v0.1.2 (2024-05-03)
618

@@ -10,7 +22,6 @@
1022

1123
Next ([`fe20c68`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/fe20c689cff02a723b6d58e3ccd17ab1cd770657))
1224

13-
1425
## v0.1.2-rc.1 (2024-05-03)
1526

1627
### Fix
@@ -25,7 +36,6 @@ fix(actions): admin token for actions ([`2bc881c`](https://github.com/Geode-solu
2536

2637
* ([`b7a6367`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/b7a63678c77bba82cf36fc13cdea1237e1c33a6d))
2738

28-
2939
## v0.1.1 (2024-03-13)
3040

3141
### Unknown
@@ -34,7 +44,6 @@ fix(actions): admin token for actions ([`2bc881c`](https://github.com/Geode-solu
3444

3545
Next ([`e749534`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/e7495349145826e1ecc874f387a03c0963369e3f))
3646

37-
3847
## v0.1.1-rc.2 (2024-03-13)
3948

4049
### Fix
@@ -49,7 +58,6 @@ fix(CPU): handle vtk cpu ([`4cc9f76`](https://github.com/Geode-solutions/OpenGeo
4958

5059
* test ([`6ba1ce5`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/6ba1ce5c73f1f59a980aee2e8bbb938dc2036838))
5160

52-
5361
## v0.1.1-rc.1 (2024-03-13)
5462

5563
### Fix
@@ -126,7 +134,6 @@ Co-authored-by: Arnaud Botella <[email protected]> ([`19f
126134

127135
* ([`25e758c`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/25e758c1a340ef92aed8ae60300548fdc507d9da))
128136

129-
130137
## v0.1.0 (2024-03-07)
131138

132139
### Unknown
@@ -135,7 +142,6 @@ Co-authored-by: Arnaud Botella <[email protected]> ([`19f
135142

136143
Next ([`6492fa9`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/6492fa998cd2ff5d2f5bd48006e796c2a5da2bf0))
137144

138-
139145
## v0.1.0-rc.2 (2024-03-07)
140146

141147
### Fix
@@ -174,7 +180,6 @@ Feat/unit tests ([`48e800f`](https://github.com/Geode-solutions/OpenGeodeWeb-Vie
174180

175181
* full from next ([`0e6316d`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/0e6316d136e3f167454802f938714959444aa67d))
176182

177-
178183
## v0.1.0-rc.1 (2024-03-05)
179184

180185
### Chore

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

0 commit comments

Comments
 (0)