Skip to content

Commit

Permalink
Updated version. Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisM000 committed Mar 7, 2024
1 parent cf19aa8 commit 4c2ab1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Previous classification is not required if changes are simple or all belong to t
- Updated `xunit.analyzers` from `1.10.0` to `1.11.0`.
- Updated `xunit.extensibility.core` from `2.6.6` to `2.7.0`.
- Updated `xunit.runner.visualstudio` from `2.5.6` to `2.5.7`.
- Added new interface `Encamina.Enmarcha.AI.Abstractions.ISemanticTextSplitter` and its implementations `Encamina.Enmarcha.AI.SemanticTextSplitter` to split a text into meaningful chunks based on embeddings.
- Added a new utility class for mathematical operations `Encamina.Enmarcha.Core.MathUtils`.

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<PropertyGroup>
<VersionPrefix>8.1.5</VersionPrefix>
<VersionSuffix>preview-04</VersionSuffix>
<VersionSuffix>preview-05</VersionSuffix>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 4c2ab1d

Please sign in to comment.