Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 10, 2024
1 parent 1fb70d3 commit a01b98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: cmd
run: dotnet build -c Release src\Aardvark.sln
- name: Test
run: dotnet test src\Aardvark.sln -c Release --no-build --logger:"console;verbosity=quiet"
run: dotnet test src\Aardvark.sln -c Release --no-build --nologo --logger:"console;verbosity=normal"
- name: Pack
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 5.3.0-prerelease0002
- Removed Result<'T> alias
- [FSharpMath] Fixed conflicts in SRTP member names with .NET 7

### 5.3.0-prerelease0001
- Initial prerelease

Expand Down

0 comments on commit a01b98f

Please sign in to comment.