chore(release): 1.33.0

# [1.33.0](https://gitlab.com/oceanbox/Poseidon/compare/v1.32.0...v1.33.0) (2025-11-24)

### Features

* properly display sim parameters, and fix clone, closing [#70](https://gitlab.com/oceanbox/Poseidon/issues/70) ([4980a41](4980a41a44))
This commit is contained in:
semantic-release-bot
2025-11-24 16:39:39 +00:00
parent 4d9e78cd69
commit d80797bb17
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
# [1.33.0](https://gitlab.com/oceanbox/Poseidon/compare/v1.32.0...v1.33.0) (2025-11-24)
### Features
* properly display sim parameters, and fix clone, closing [#70](https://gitlab.com/oceanbox/Poseidon/issues/70) ([4980a41](https://gitlab.com/oceanbox/Poseidon/commit/4980a41a4456be53c8a0193f1fbc40e0238c0111))
# [1.32.0](https://gitlab.com/oceanbox/Poseidon/compare/v1.31.0...v1.32.0) (2025-11-20)

View File

@@ -1 +1 @@
1.32.0
1.33.0

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Version>1.32.0</Version>
<Version>1.33.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="../../.build/Helpers.fs"/>

View File

@@ -9,7 +9,7 @@
<PackageId>Oceanbox.ServerPack</PackageId>
<Authors/>
<Company/>
<Version>1.32.0</Version>
<Version>1.33.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Observer.fs"/>